On larger projects I have segmented stylesheets that have rules written for specific modules. I’d like to be able to automate a process that minifies my CSS (at least remove commenting) and also combine multiple CSS files into a single asset to minimize requests.
On larger projects I have segmented stylesheets that have rules written for specific modules.
Share
If you are using PHP 5+ I would highly recommend Scaffold. It blew my mind when I saw how easy it was – yet how powerful. Watch the video to see it in action
Supports:
Thus you can do things like:
and have the whole thing minified, gzipped and cached as a single CSS file