From 7dbf396e9c30715fef80c9b29c6179ef3efa03dc Mon Sep 17 00:00:00 2001 From: vieron Date: Tue, 7 Aug 2012 01:00:49 +0200 Subject: [PATCH] grunt: modified watch command config --- grunt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grunt.js b/grunt.js index ec02ba8a7..b2fb2b601 100644 --- a/grunt.js +++ b/grunt.js @@ -57,7 +57,7 @@ module.exports = function(grunt) { }, watch: { files: ['', 'src/<%= pkg.name %>.css'], - tasks: 'lint concat' + tasks: 'min concat' }, jshint: { options: {