Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed May 7, 2012
1 parent b3525cc commit 5a64b21
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions README.md
@@ -0,0 +1,38 @@
JS / CSS / Image 压缩工具集
===========
fisker lionkay@gmail.com
js 可以选择 google closure compiler 或 UglifyJS 压缩
css 使用 yuicompressor 压缩
图片 使用 pngout.exe 压缩
*js/css文件必须为utf-8编码*
*文件命名规则 file.dev.ext => file.ext / file2.ext => file2.min.ext*

##组件
1. google closure compiler [http://code.google.com/p/closure-compiler/downloads/list]

2. yuicompressor [http://yuilibrary.com/download/yuicompressor/]

3. pngout [http://advsys.net/ken/util/pngout.htm]
##组件版本

4. UglifyJS [https://github.com/mishoo/UglifyJS/]

5. nodejs [http://nodejs.org/]

### google closure compiler
20120305 r1810

### yuicompressor
2.4.7

### pngout
07/02/2011

### UglifyJS
commit e06dc6a0d5

### nodejs.exe
0.6.17 [http://nodejs.org/dist/v0.6.17/]

---
基于玉伯的工具修改 [http://code.google.com/p/ourtools/downloads/list]

0 comments on commit 5a64b21

Please sign in to comment.