Fix loop protect thinking default cases are loop labels

This commit is contained in:
Logan Tegman
2016-01-06 11:27:03 -08:00
committed by Berkeley Martinez
parent 5f63eb79ee
commit 0e16ab515c
2 changed files with 3 additions and 3 deletions

View File

@@ -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(