]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Make grunt concat js files when watching 14336/head
authorMichael J. <michaeljayt@users.noreply.github.com>
Wed, 6 Aug 2014 02:22:16 +0000 (10:22 +0800)
committerMichael J. <michaeljayt@users.noreply.github.com>
Wed, 6 Aug 2014 02:22:16 +0000 (10:22 +0800)
Gruntfile.js

index 48dcf7fea546ce213cf152f207220426cf184947..b2e6d083ee198081ff40ba8282f574f92f64e5c4 100644 (file)
@@ -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 %>',