Skip to content

Commit 3256ff1

Browse files
committed
feat(gulpfuile): added watch.js.dev
1 parent f9c1de4 commit 3256ff1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

gulpfile.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,14 @@ gulp.task('test.unit.js', ['build.js.dev'], function (neverDone) {
384384
});
385385
});
386386

387+
gulp.task('watch.js.dev', ['build.js.dev'], function (neverDone) {
388+
watch('modules/**', function() {
389+
runSequence(
390+
'!broccoli.js.dev'
391+
);
392+
});
393+
});
394+
387395

388396
gulp.task('!test.unit.js/karma-server', function() {
389397
karma.server.start({configFile: __dirname + '/karma-js.conf.js'});

0 commit comments

Comments
 (0)