Fixed gulpfile "watch" path

pull/539/merge
Jordan Wright 2017-01-14 17:27:41 -06:00
parent 7453fd3b48
commit 96783df010
1 changed files with 1 additions and 1 deletions

View File

@ -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']);
});