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

Gulp build system uses gulp.start()

Open fixpunkt opened this issue 10 years ago • 0 comments
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.

fixpunkt avatar Aug 04 '15 13:08 fixpunkt