Added gulp to common pages.
This commit is contained in:
12
pages/common/gulp.md
Normal file
12
pages/common/gulp.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
# gulp
|
||||||
|
|
||||||
|
> JavaScript task runner and streaming build system.
|
||||||
|
> Tasks are defined within gulpfile.js at the project root.
|
||||||
|
|
||||||
|
- Run the default task:
|
||||||
|
|
||||||
|
`gulp`
|
||||||
|
|
||||||
|
- Run individual tasks:
|
||||||
|
|
||||||
|
`gulp {{task}} {{othertask}}`
|
Reference in New Issue
Block a user