diff --git a/gulpfile.js b/gulpfile.js index 4937e0d..268bb8c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -213,6 +213,8 @@ gulp.task('watch', function() { }); gulp.watch([path.source + 'styles/**/*'], ['styles']); gulp.watch([path.source + 'scripts/**/*'], ['jshint', 'scripts']); + gulp.watch([path.source + 'fonts/**/*'], ['fonts']); + gulp.watch([path.source + 'images/**/*'], ['images']); gulp.watch(['bower.json'], ['wiredep']); gulp.watch('**/*.php', function() { browserSync.reload();