Minify Javascript and CSS with YUI Compressor
I’ve previously posted about minifying Javascript using a PHP port of Douglas Crockford’s JSMin Javascript minifier but learned today of the YUI Compressor which does an even better job of minifying by replacing local symbols with 1 letter symbol names and other optimizations. It is also able to compress CSS files.