From d80be40d04d0763c0cead3334ca6967bc9db3f28 Mon Sep 17 00:00:00 2001 From: "Michael J." Date: Wed, 6 Aug 2014 10:22:16 +0800 Subject: [PATCH] Make grunt concat js files when watching --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 48dcf7fea5..b2e6d083ee 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -352,7 +352,7 @@ module.exports = function (grunt) { watch: { src: { files: '<%= jshint.src.src %>', - tasks: ['jshint:src', 'qunit'] + tasks: ['jshint:src', 'qunit', 'concat'] }, test: { files: '<%= jshint.test.src %>',