Skip to content

Commit

Permalink
fix add watch for js/dependents
Browse files Browse the repository at this point in the history
  • Loading branch information
Berkeley Martinez authored and Berkeley Martinez committed Aug 27, 2015
1 parent 306c441 commit a975c0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ gulp.task('watch', ['less', 'js', 'dependents', 'serve', 'sync'], function() {
gulp.watch(paths.less, ['less']);
gulp.watch(paths.js, ['js']);
gulp.watch(paths.challenges, ['test-challenges']);
gulp.watch(paths.dependents.concat(paths.js), ['js', 'dependents']);
});

gulp.task('default', ['less', 'serve', 'sync', 'watch', 'pack-watch']);
Expand Down

0 comments on commit a975c0d

Please sign in to comment.