mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
Merge pull request #14336 from michaeljayt/patch-2
Make grunt concat js files when watching
This commit is contained in:
commit
b4895a0d6d
@ -352,7 +352,7 @@ module.exports = function (grunt) {
|
|||||||
watch: {
|
watch: {
|
||||||
src: {
|
src: {
|
||||||
files: '<%= jshint.src.src %>',
|
files: '<%= jshint.src.src %>',
|
||||||
tasks: ['jshint:src', 'qunit']
|
tasks: ['jshint:src', 'qunit', 'concat']
|
||||||
},
|
},
|
||||||
test: {
|
test: {
|
||||||
files: '<%= jshint.test.src %>',
|
files: '<%= jshint.test.src %>',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user