https://github.com/craryprimitiveman/grunt-compress
使用grunt压缩html/js/css/images
https://github.com/craryprimitiveman/grunt-compress
Last synced: 4 months ago
JSON representation
使用grunt压缩html/js/css/images
- Host: GitHub
- URL: https://github.com/craryprimitiveman/grunt-compress
- Owner: CraryPrimitiveMan
- License: mit
- Created: 2014-07-05T06:53:12.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-06T05:25:23.000Z (almost 12 years ago)
- Last Synced: 2024-12-31T08:47:46.663Z (over 1 year ago)
- Language: CSS
- Size: 2.44 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
grunt-compress
==============
使用grunt压缩html/js/css/images
快速开始
==============
执行如下命令
```
npm install
grunt
```
```npm install``` 将所需要的包安装, ```grunt``` 执行压缩任务,也可以通过 ```grunt --help``` 查看所有的任务。