chore(build): add concat:bundle to watch task

This commit is contained in:
Andy Joslin
2014-02-10 13:52:04 -05:00
parent 5d2f24cf59
commit a72625e795

View File

@@ -159,7 +159,7 @@ module.exports = function(grunt) {
watch: {
scripts: {
files: ['js/**/*.js', 'ext/**/*.js'],
tasks: ['concat:dist', 'string-replace'],
tasks: ['concat:dist', 'string-replace', 'concat:bundle'],
options: {
spawn: false
}