Commit 983b5237 authored by Anonymous's avatar Anonymous

Updates ionic/gulpfile.md

Auto commit by GitBook Editor
parent 2e6728fb
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
- `gulp-jshint 检查代码,打印报告信息` - `gulp-jshint 检查代码,打印报告信息`
- `gulp-useref html页面中的js,css引用进行合并,压缩等操作` - `gulp-useref html页面中的js,css引用进行合并,压缩等操作`
- `gulp sass 把 Sass 编译成 CSS` - `gulp sass 把 Sass 编译成 CSS`
- `npm install gulp-uglify --save-dev 通过UglifyJS来压缩JS文件. ` - `gulp-concat 合并javascript文件,减少网络请求. `
- `npm install gulp-rename --save-dev 重命名文件的插件,当要把一个文件存储为不同版本时可以使用。比如在需要一个style.css同时你有需要一个style.min.css` - `npm install gulp-rename --save-dev 重命名文件的插件,当要把一个文件存储为不同版本时可以使用。比如在需要一个style.css同时你有需要一个style.min.css`
- `npm install gulp-autoprefixer --save-dev 使用Autoprefixer来补全浏览器兼容的css。` - `npm install gulp-autoprefixer --save-dev 使用Autoprefixer来补全浏览器兼容的css。`
- `gulp-gzip 压缩zip` - `gulp-gzip 压缩zip`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment