Example-External-Gulpfile
Example-External-Gulpfile copied to clipboard
Gulp build system uses gulp.start()
trafficstars
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 to run after the build task has returned.