Corrected wrong path for static asset monitoring in Gulpfile

This commit is contained in:
squidfunk 2016-02-27 12:19:18 +01:00
parent 3e508f45f2
commit f6195de306

View File

@ -254,7 +254,7 @@ gulp.task('assets:watch', function() {
/* Copy static assets */ /* Copy static assets */
gulp.watch([ gulp.watch([
'assets/assets/{fonts,images}/*' 'src/assets/{fonts,images}/*'
], ['assets:static']); ], ['assets:static']);
/* Minify views */ /* Minify views */