grunt: modified watch command config

This commit is contained in:
vieron
2012-08-07 01:00:49 +02:00
parent dc0a548bd4
commit 7dbf396e9c

View File

@ -57,7 +57,7 @@ module.exports = function(grunt) {
},
watch: {
files: ['<config:lint.files>', 'src/<%= pkg.name %>.css'],
tasks: 'lint concat'
tasks: 'min concat'
},
jshint: {
options: {