announce: mod_jsmin
Posted by Ian Holsman
it’s been a long time coming.. this has been a side project since feburary. Thanks to David for nudging me to finally finish it.
mod_jsmin is an apache module (filter + handler) that can minify your javascript on the fly. In my tests it shrinks a file by 30% on average.
the idea is to concat the javascript together as a single file, and then minify it. Obviously if you can do this things before you put the file on the server it will be better, but in large places life is never that organized.