Example-External-Gulpfile icon indicating copy to clipboard operation
Example-External-Gulpfile copied to clipboard

Example of importing gulp tasks into your gulpfile

Results 3 Example-External-Gulpfile issues
Sort by recently updated
recently updated
newest added
trafficstars

After git clone and cd to Example-External-Gulpfile and npm install gulp ==> gulp build module.js:339 throw err; ^ Error: Cannot find module 'gulp-help' at Function.Module._resolveFilename (module.js:337:15) at Function.Module._load (module.js:287:25) at...

I get the following error when I run gulp build using the gulpfile.js in this example ==> gulp build module.js:339 throw err; ^ Error: Cannot find module './semantic/tasks/watch' at Function.Module._resolveFilename...

The current build system uses `gulp.start()` in the build task. This makes it impossible to integrate it as a sequential step in another build, because the Semantic build will continue...