mirror of https://github.com/gophish/gophish
Fixed gulpfile "watch" path
parent
7453fd3b48
commit
96783df010
|
@ -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']);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue