Add fonts and images to gulp watch

This commit is contained in:
Ben Word
2015-02-11 01:15:27 -06:00
parent b942809c97
commit 8c8eff1ab2

View File

@@ -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();