From 88f5d65eb556a37d70c459c156a90ef9d0fd6147 Mon Sep 17 00:00:00 2001 From: ebergeron Date: Wed, 23 Mar 2016 22:45:57 -0400 Subject: [PATCH] Added gulp to common pages. --- pages/common/gulp.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/gulp.md diff --git a/pages/common/gulp.md b/pages/common/gulp.md new file mode 100644 index 000000000..a93ac39c3 --- /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}}`