From a72625e7954e148e5325fd07849e0d1b0f2158c8 Mon Sep 17 00:00:00 2001 From: Andy Joslin Date: Mon, 10 Feb 2014 13:52:04 -0500 Subject: [PATCH] chore(build): add concat:bundle to watch task --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 1dbc61a1ca..f8df90bd4e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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 }