Last active
August 29, 2015 14:17
-
-
Save monjer/6ad654d7f8ac0c01090c to your computer and use it in GitHub Desktop.
yuicompressor命令,批量压缩js文件,并重命名为新的名称
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #batch compress js | |
| sudo java -jar yuicompressor-2.4.8.jar --type js -o '.js:-min.js' *.js | |
| #batch compress css | |
| sudo java -jar yuicompressor-2.4.8.jar --type css -o '.css:-min.css' *.css |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment