Just another Perl shrine | |
PerlMonks |
Re^4: Javascript/CSS on the flyby mickeyc (Initiate) |
on Oct 28, 2009 at 20:50 UTC ( [id://803795]=note: print w/replies, xml ) | Need Help?? |
I recently wrote a mod_perl output filter which sits inside Apache. It intercepts requests for .css files and then "compresses" them on the fly before sending. It's not gzip compression, what it does is strip whitespace, comments, newlines etc. Check it out here: Compressing CSS on the fly
In Section
Seekers of Perl Wisdom
|
|