From: Michael J. Date: Wed, 6 Aug 2014 02:22:16 +0000 (+0800) Subject: Make grunt concat js files when watching X-Git-Tag: v3.3.0~260^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d80be40d04d0763c0cead3334ca6967bc9db3f28;p=thirdparty%2Fbootstrap.git Make grunt concat js files when watching --- 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 %>',