aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-08-05 19:28:22 -0700
committerChris Rebert <[email protected]>2014-08-05 19:28:22 -0700
commitb4895a0d6dc493f17fe9092db4debe44182d42ac (patch)
treea7ba8374c8e17fb21fe69e71423a6834fd14ae84
parentae20895fd06cdf7cd8092a1fb31368ba2c0dfcd9 (diff)
parentd80be40d04d0763c0cead3334ca6967bc9db3f28 (diff)
downloadbootstrap-b4895a0d6dc493f17fe9092db4debe44182d42ac.tar.xz
bootstrap-b4895a0d6dc493f17fe9092db4debe44182d42ac.zip
Merge pull request #14336 from michaeljayt/patch-2
Make grunt concat js files when watching
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 48dcf7fea..b2e6d083e 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 %>',