Speed up your site AND your work time:
- framework with a sas implementation. Foundation, Bootstrap..
- a source repository (svn...)
- prepros or another background css/js compiler
Install your project local, setup the site with prepros. It will check, compile,
merge and destribute all media, css and js. You have your working files
in one directory and after every change prepros (or a similiar system)
will create in the background for all related project the update production
files. Merged and only the stuff you selected, copied in the right project directories.
You will run & test always your production system files, even you did the changes to your work system.
Commit to your repository and run your install script on your servers, who checks the right files out.
Because SAS is a kind of macro script system you can break down the somewhat big frameworks to a small lightweight system.
To add features like say tooltips or something is done in seconds. You just comment it out or not and voila its there.
You setup all stuff only one time, its automatically controlled and compiled. Every wrong css line is reported as any file problem. Every css and js change is checked in real time for syntax errors.
Instead that you lose time & money for optimizing your system, you made it to a time saving part of your workflow.