Skip to content

Commit 533c64d

Browse files
committed
build(gulp): remove obsolete watch.js.dev build task
1 parent c1157d6 commit 533c64d

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

gulpfile.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -407,13 +407,6 @@ gulp.task('test.unit.js', ['build.js.dev'], function (neverDone) {
407407
);
408408
});
409409

410-
gulp.task('watch.js.dev', ['build.js.dev'], function (neverDone) {
411-
watch('modules/**', [
412-
'!broccoli.js.dev',
413-
'!test.unit.js/karma-run',
414-
]);
415-
});
416-
417410

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

0 commit comments

Comments
 (0)