im-richard / Scaffold

Extend, combine and compress CSS
http://github.com/IAMRichardT/Scaffold/wiki
161 stars 19 forks source link

Why is there gzipping in Scaffold? #4

Closed balupton closed 14 years ago

balupton commented 14 years ago

Shouldn't Scaffold just generate a .css file, output it to a particular tmp/cache folder, redirect the header to that location - then let the server handle gzipping and everything via .htaccess if necessary?

Or is this what it does? :-)

anthonyshort commented 14 years ago

Yep this is what it does. But for servers that don't have the ability to gzip or if you can't use a htaccess file for some reason, it can compress it using php. It's a bit slower, but it works just as well.

balupton commented 14 years ago

Okay cool. No worries then!