Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 压缩工具集
- Host: GitHub
- URL: https://github.com/fisker/js-css-png-compress-all-in-one
- Owner: fisker
- Created: 2012-03-20T17:13:54.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-03-14T17:06:40.000Z (over 5 years ago)
- Last Synced: 2023-04-09T14:53:05.284Z (over 1 year ago)
- Language: Batchfile
- Homepage:
- Size: 41.2 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 r19182. ####yuicompressor
>20140904 update to yuicompressor-2.4.8.jar
>2.4.73. ####pngout
> 20150519 update to 02/13/2015
> 20130816 update to 02/20/2013 http://advsys.net/ken/utils.htm#pngout
> 07/02/20114. ####UglifyJS
>submodule5. ####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.176. ####smushit
>0.37. ###
>v2.4.0---
基于玉伯的工具修改 [http://code.google.com/p/ourtools/downloads/list]