js: Have 'grunt watch' concat and minify as well

This commit is contained in:
Stein Magnus Jodal 2012-11-30 02:04:28 +01:00
parent 71f26260d3
commit 6face51e52

View File

@ -35,7 +35,7 @@ module.exports = function (grunt) {
},
watch: {
files: "<config:lint.files>",
tasks: "lint buster"
tasks: "lint buster concat min"
},
jshint: {
options: {