js: Have 'grunt watch' concat and minify as well
This commit is contained in:
parent
71f26260d3
commit
6face51e52
@ -35,7 +35,7 @@ module.exports = function (grunt) {
|
||||
},
|
||||
watch: {
|
||||
files: "<config:lint.files>",
|
||||
tasks: "lint buster"
|
||||
tasks: "lint buster concat min"
|
||||
},
|
||||
jshint: {
|
||||
options: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user