Search This Blog

Thursday, 19 August 2010

JavaScript Compression

Every Javascript Module should be compressed and minimized on the Live/Production Environement.

Great and save Tool to do that and also in the Ubuntu Software Centre:
http://developer.yahoo.com/yui/compressor/

Terminal call:
 
$ java -jar /usr/share/yui-compressor/yui-compressor.jar -v module.js -o module-min.js

No comments:

Post a Comment