Added gulp to common pages.

waldyrious/alt-syntax
ebergeron 2016-03-23 22:45:57 -04:00
parent 0a2bb9dbb4
commit 88f5d65eb5
1 changed files with 12 additions and 0 deletions

12
pages/common/gulp.md Normal file
View 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}}`