Watch manifest.json
Working on a project, when I want to modify manifest.json it helps the workflow if I don't need to run `gulp` every time I make a change.
This commit is contained in:
@@ -227,7 +227,7 @@ gulp.task('watch', function() {
|
||||
gulp.watch([path.source + 'scripts/**/*'], ['jshint', 'scripts']);
|
||||
gulp.watch([path.source + 'fonts/**/*'], ['fonts']);
|
||||
gulp.watch([path.source + 'images/**/*'], ['images']);
|
||||
gulp.watch(['bower.json'], ['build']);
|
||||
gulp.watch(['bower.json', 'assets/manifest.json'], ['build']);
|
||||
gulp.watch('**/*.php', function() {
|
||||
browserSync.reload();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user