Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hel-guide
app
Commits
30142d38
Commit
30142d38
authored
Aug 17, 2017
by
JingChao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates ionic/gulpfile.md
Auto commit by GitBook Editor
parent
ec1c49ba
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
14 deletions
+2
-14
gulpfile.md
ionic/gulpfile.md
+2
-14
No files found.
ionic/gulpfile.md
View file @
30142d38
...
...
@@ -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命令如下
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment