|
@@ -1,10 +1,12 @@
|
|
|
// 1. Include gulp
|
|
// 1. Include gulp
|
|
|
var gulp = require('gulp');
|
|
var gulp = require('gulp');
|
|
|
|
|
|
|
|
-// 2. Include any plugins you might need.
|
|
|
|
|
|
|
+// 2. Include any plugins you might need.
|
|
|
|
|
+// NOTE: child_process is NOT a plugin but it is a requirement.
|
|
|
var process = require('child_process');
|
|
var process = require('child_process');
|
|
|
var install = require("gulp-install");
|
|
var install = require("gulp-install");
|
|
|
-// 3. Write out the tasks
|
|
|
|
|
|
|
+
|
|
|
|
|
+// 3. Write out the tasks.
|
|
|
|
|
|
|
|
gulp.task('bowerinstall',function(){
|
|
gulp.task('bowerinstall',function(){
|
|
|
console.info('Installing Bower Packages.')
|
|
console.info('Installing Bower Packages.')
|