diff --git a/gulpfile.js b/gulpfile.js index ebc6574..0ab3441 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -35,5 +35,5 @@ gulp.task('default', function() { // Watch gulp.task('watch', function() { - gulp.watch(config.src, ['default']); + gulp.watch('src/*.js', ['default']); });