Closure-Compiler 主页:https://code.google.com/p/closure-compiler/
或者:https://github.com/google/closure-compiler
文档:https://developers.google.com/closure/compiler/?hl=zh-CN
或者:https://github.com/google/closure-compiler/wiki
压缩js可以节省客户单下载时间,就拿V6的Tool.js来说吧,压缩前69.5KB,压缩后31.8 KB,如果其中GZIP压缩的话那么客户端下载的文件将会更小了。
下载compiler.jar(http://dl.google.com/closure-compiler/compiler-latest.zip)
下载后
Closure Compiler使用的命令行代码如下:
java -jar compiler.jar –js Tool.js –js_output_file Tool-compiled.js