Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fisker/js-css-png-compress-all-in-one

JS / CSS / Image 压缩工具集
https://github.com/fisker/js-css-png-compress-all-in-one

Last synced: 6 days ago
JSON representation

JS / CSS / Image 压缩工具集

Awesome Lists containing this project

README

        

JS / CSS / Image 压缩工具集
===========
> fisker [email protected]

1. js 可以选择 google closure compiler 或 UglifyJS2 压缩 (删除UglifyJS,yui压缩JS的功能)

2. css 使用 yuicompressor 压缩

3. 图片 使用 pngout.exe 压缩

4. 图片可以使用smush.it压缩 2012.5.18 增加(速度很慢,希望有更好的工具)

5. 图片使用 pngquant 压缩 2015.7.18 增加(有损压缩)
---
`js/css文件必须为utf-8编码`

`文件命名规则 file.dev.ext => file.ext / file2.ext => file2.min.ext`

---
##组件版本
1. ####google closure compiler

latest version download from http://dl.google.com/closure-compiler/compiler-latest.zip
>20150718 update to 2015.06.10
>20150519 update to 2015.05.07
>20140904 update to 2014.08.15
>20130816 update to compiler-20130722.zip
>20130313 update to compiler-20130227.zip
>20121113 update to compiler-20120917.zip Built at r2180
>20120430 r1918

2. ####yuicompressor

>20140904 update to yuicompressor-2.4.8.jar
>2.4.7

3. ####pngout

> 20150519 update to 02/13/2015
> 20130816 update to 02/20/2013 http://advsys.net/ken/utils.htm#pngout
> 07/02/2011

4. ####UglifyJS

>submodule

5. ####nodejs.exe

>20130816 update to v0.10.15
>20130313 update to v0.10.0 using x64
>20121113 update to v0.8.14 using x64
>0.6.17

6. ####smushit

>0.3

7. ###

>v2.4.0

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