Gulp extension to run tasks from multiple gulpfiles.
Usage:
-
Install gulp-hub:
$ npm install gulp gulp-hub
-
Create a gulpfile.js which looks like this:
var hub = require('gulp-hub'); hub(['./project1/gulpfile.js', './project1/gulpfile.js']);
-
Run
gulp [taskname]
Gulp-hub will execute that task in all of the gulpfiles.