Merge pull request #831 from emileber/gulp-page

Added gulp to common pages.
waldyrious/alt-syntax
Waldir Pimenta 2016-03-28 00:30:17 +01:00
commit dbbf7fc467
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}}`