Commit dad051eb authored by Anonymous's avatar Anonymous

Updates ionic/gulpfile.md

Auto commit by GitBook Editor
parent 51092adb
......@@ -7,7 +7,7 @@
* ### gulpfile.js_文件
* ##gulpfile.js_文件
- `gulp命令`
- `gulp-jshint 检查代码,打印报告信息`
- `gulp-useref html页面中的js,css引用进行合并,压缩等操作`
......@@ -25,22 +25,3 @@
# gulpfile.js文件介绍
---
* ### gulpfile.js_文件
- `gulp命令`
- `npm install gulp-jshint --save-dev jshint 安装失败问题: 解决方案: npm install --save-dev jshint gulp-jshint`
- `npm install gulp-sass --save-dev 编译sass文件`
- `npm install gulp-concat --save-dev 合并js`
- `npm install gulp-uglify --save-dev 通过UglifyJS来压缩JS文件. `
- `npm install gulp-rename --save-dev 重命名文件的插件,当要把一个文件存储为不同版本时可以使用。比如在需要一个style.css同时你有需要一个style.min.css`
- `npm install gulp-autoprefixer --save-dev 使用Autoprefixer来补全浏览器兼容的css。`
- `gulp-gzip 压缩zip`
- `gulp-imagemin 压缩png/jpg/git/svg 格式图片文件`
- `gulp-clean 清理档案`
\ No newline at end of file
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