Added gulp to common pages.

This commit is contained in:
ebergeron 2016-03-23 22:45:57 -04:00
parent 0a2bb9dbb4
commit 88f5d65eb5

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}}`