Merge pull request #1383 from kalenjohnson/patch-2

Watch manifest.json
This commit is contained in:
Austin Pray
2015-03-13 16:02:33 -05:00

View File

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