0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01: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
commit b4895a0d6d

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 %>',