Skip to content

Commit

Permalink
Merge pull request #1383 from kalenjohnson/patch-2
Browse files Browse the repository at this point in the history
Watch manifest.json
  • Loading branch information
austinpray committed Mar 13, 2015
2 parents 632fa83 + 8a897f0 commit cb2efcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});
Expand Down

0 comments on commit cb2efcd

Please sign in to comment.