mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-28 12:48:16 +00:00
Make grunt concat js files when watching
This commit is contained in:
parent
ae20895fd0
commit
d80be40d04
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue