2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Merge pull request #14336 from michaeljayt/patch-2

Make grunt concat js files when watching
This commit is contained in:
Chris Rebert
2014-08-05 19:28:22 -07:00
+1 -1
View 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 %>',