Add fonts and images to gulp watch
This commit is contained in:
@@ -213,6 +213,8 @@ gulp.task('watch', function() {
|
|||||||
});
|
});
|
||||||
gulp.watch([path.source + 'styles/**/*'], ['styles']);
|
gulp.watch([path.source + 'styles/**/*'], ['styles']);
|
||||||
gulp.watch([path.source + 'scripts/**/*'], ['jshint', 'scripts']);
|
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(['bower.json'], ['wiredep']);
|
||||||
gulp.watch('**/*.php', function() {
|
gulp.watch('**/*.php', function() {
|
||||||
browserSync.reload();
|
browserSync.reload();
|
||||||
|
|||||||
Reference in New Issue
Block a user