diff --git a/pages/common/gulp.md b/pages/common/gulp.md new file mode 100644 index 0000000000..a93ac39c3c --- /dev/null +++ b/pages/common/gulp.md @@ -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}}`