使用Google Closure Compiler对js文件进行压缩处理
????? 尝试对js文件进行压缩处理.
????? 所知的工具有这么几个: JSMin, YUI Compresso, Google Closure Compiler, 和UglifyJS.此次尝试的为
Google Closure Compiler.
????? Google Closure Compiler的项目官网: http://code.google.com/p/closure-compiler/
????? 通过Google找到的供参考的几个web资料:
????? 1. 在项目中使用Google Closure Compiler
????? 2. 使用Google?Closure?Compiler全力压缩代码