介绍一个javascript脚本压缩工具,貌似Ext就是用它压缩的
??? 基础用法
??? java -jar yuicompressor-2.4.2.jar ext-all-debug.js -o test.js
??? 官方的点在这里:
??? http://developer.yahoo.com/yui/compressor/
??? 试验了一把,ext-all-debug.js被压缩掉75%左右的水份,看起来蛮牛叉的。里面还有源码,有空来看看。
1 楼 dengzhangtao 2010-12-02 大哥~~ 怎么使用呢?