From 6face51e5226dbbdff3959548a4677d6e2a66c6e Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Fri, 30 Nov 2012 02:04:28 +0100 Subject: [PATCH] js: Have 'grunt watch' concat and minify as well --- js/grunt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/grunt.js b/js/grunt.js index 97c3b25f..7be4d882 100644 --- a/js/grunt.js +++ b/js/grunt.js @@ -35,7 +35,7 @@ module.exports = function (grunt) { }, watch: { files: "", - tasks: "lint buster" + tasks: "lint buster concat min" }, jshint: { options: {