mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Make grunt concat js files when watching
This commit is contained in:
+1
-1
@@ -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 %>',
|
||||||
|
|||||||
Reference in New Issue
Block a user