diff --git a/Gulpfile.js b/Gulpfile.js index a5e730370..e759bf410 100755 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -254,7 +254,7 @@ gulp.task('assets:watch', function() { /* Copy static assets */ gulp.watch([ - 'assets/assets/{fonts,images}/*' + 'src/assets/{fonts,images}/*' ], ['assets:static']); /* Minify views */