diff --git a/gulpfile.js b/gulpfile.js index c277cbb..fcab138 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -75,5 +75,5 @@ gulp.task('clean-post-install', function(){ gulp.task('default', ['webserver']); gulp.task('watch', function() { - gulp.watch([srcJS, srcViews], ['uglify']); + gulp.watch([paths.srcJS, paths.srcViews], ['uglify']); });