Hi there,
This has probably been mentioned a few times, most noticeable a few years ago here http://forums.squizsuite.net/index.php?showtopic=7472&hl=%2Bcompress+%2Bcss#entry37321
Great advice in that post from Richard but I want to ask a specific question regarding workflow for minifying and combining JS and CSS files to make faster page load times.
REceiving some fairly dismal page speed scores when going to https://www.feedthebot.com/pagespeed/OR http://gtmetrix.com/
It's all well and good to say minify and combine your JS/CSS but when you have to make changes to these scripts on a regular basis, it can possibly be a tad long winded and problematic. BTW, we update some of our website's css files on a weekly basis.
Now the model I envisage here is to download the minified CSS file and then 'un-minify' it and find the part that I wish to edit, test it and then minify the script and upload it again. It makes sense that all the styles in the website is in one file - I get that part. I just feel that the workflow for updating CSS files can be a pain in the proverbial. 99% of the time it is way more convenient to edit the CSS file directly on the Squiz Matrix environment and test/debug and update it there.
CMS environments like Wordpress make this a bit easier with using plugins to compress your scripts at run time so you can still keep them separate for when you need to update them without having to follow a workflow.
Just interested to know what workflows you other Squiz Matrix developers have implemented to balance page speed with ease of workflow management.