Autorun Gulp task 'watch' on Webstorm launch
问题 Is there a way to run a Gulp task on Webstorm launch? Tried looking through webstorm settings but don't see anything, also Gulp integration is brand new to Webstorm 9. gulp.task('watch', function () { gulp.watch(paths.watch.css, function(){ compileLESS(paths.src.css, paths.dest.css, {name: 'Style'}) }); gulp.watch(paths.watch.cssBootstrap, function(){ compileLESS(paths.src.cssBootstrap ,paths.dest.cssBootstrap, {suffix: '.min', name: 'Bootstrap'}) }); gulp.watch(paths.watch.scripts, ['scripts