gulp-require-tasks
Require gulp-tasks exported by other modules in your gulp.tasks.
Install
Install it via npm: npm install gulp-require-tasks
Usage
Its fairly easy. Require the module. It exports a function which takes a string for the module to import and an object for the instance of gulp.
// gulpfile.jsvar gulp = var gulpRequireTasks =
The imported module should export gulp.tasks, as shown below.
// yourGulpTaskModule.jsvar Gulp = Gulpmoduleexports = Gulptasks
License
ISC Maintained by Siggi Duenkel