Skip to content

Gulp plugin to run tasks in multiple gulpfiles

License

Notifications You must be signed in to change notification settings

marekmicek/gulp-hub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-hub

Gulp extension to run tasks from multiple gulpfiles.

build status

Usage:

  1. Install gulp-hub:

    $ npm install gulp gulp-hub
  2. Create a gulpfile.js which looks like this:

    var hub = require('gulp-hub');
    hub(['./project1/gulpfile.js', './project1/gulpfile.js']);
  3. Run gulp [taskname]

Gulp-hub will execute that task in all of the gulpfiles.

About

Gulp plugin to run tasks in multiple gulpfiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%