diff --git a/gulpfile.js b/gulpfile.js index 18a0db8c..f09e2936 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -82,5 +82,5 @@ gulp.task('build', function() { }); gulp.task('watch', function() { - gulp.watch('static/src/**/*.js', ['jshint']); + gulp.watch('static/js/src/app/**/*.js', ['jshint']); });