add new chinese translations
This commit is contained in:
17
pages.zh/common/gulp.md
Normal file
17
pages.zh/common/gulp.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# gulp
|
||||
|
||||
> JavaScript 任务运行器和流式构建系统。
|
||||
> 任务在项目根目录的 `gulpfile.js` 中定义。
|
||||
> 更多信息:<https://github.com/gulpjs/gulp-cli>。
|
||||
|
||||
- 运行默认任务:
|
||||
|
||||
`gulp`
|
||||
|
||||
- 运行单个任务:
|
||||
|
||||
`gulp {{task}} {{othertask}}`
|
||||
|
||||
- 打印加载的 gulpfile 的任务依赖树:
|
||||
|
||||
`gulp --tasks`
|
Reference in New Issue
Block a user