Fix loop protect thinking default cases are loop labels
This commit is contained in:
committed by
Berkeley Martinez
parent
5f63eb79ee
commit
0e16ab515c
@@ -521,7 +521,7 @@ gulp.task('reload', function() {
|
||||
|
||||
gulp.task('watch', watchDependents, function() {
|
||||
gulp.watch(paths.lessFiles, ['less']);
|
||||
gulp.watch(paths.js, ['js']);
|
||||
gulp.watch(paths.js.concat(paths.vendorChallenges), ['js']);
|
||||
gulp.watch(paths.challenges, ['test-challenges', 'reload']);
|
||||
gulp.watch(paths.js, ['js', 'dependents']);
|
||||
gulp.watch(
|
||||
|
Reference in New Issue
Block a user