1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-22 15:39:59 +00:00

Make grunt concat js files when watching

This commit is contained in:
Michael J. 2014-08-06 10:22:16 +08:00
parent ae20895fd0
commit d80be40d04

View File

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