Commit 30142d38 authored by JingChao's avatar JingChao

Updates ionic/gulpfile.md

Auto commit by GitBook Editor
parent ec1c49ba
......@@ -3,18 +3,6 @@
* gulpfile.js_文件
- gulp.js 是一种基于流的,代码优于配置的新一代构建工具
- `gulp-jshint 检查代码,打印报告信息`
- `gulp-useref html页面中的js,css引用进行合并,压缩等操作`
- `gulp sass 把 Sass 编译成 CSS`
- `gulp-concat 合并javascript文件,减少网络请求. `
- `gulp-uglify 压缩javascript文件,减小文件大小`
- `gulp-rename 把处理好的文件存放到指定的位置之前,我们可以先去重新命名一下它`
- `gulp-cssnano 优化 css 的插件如空白转换`
- `gulp-run-sequence 控制多个任务进行顺序执行或者并行执行插件安装`
- `gulp-clean 清理档案`
- `gulp-notify 显示报错信息和报错后不终止当前gulp任务`
- `gulp-ng-config 提示信息`
- `tiny-lr 自动刷新页面`
- `lazypipe 提出流中的公共部分`
- gulp.js 是一种基于流的,代码优于配置的新一代构建工具,我们项目中集成gulp
- 项目中常用的gulp命令如下
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