Commit d80be40d authored by Michael J's avatar Michael J

Make grunt concat js files when watching

parent ae20895f
...@@ -352,7 +352,7 @@ module.exports = function (grunt) { ...@@ -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 %>',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment