Do not watch the dist files to make infinite change loops less common.

This commit is contained in:
Timmy Willison 2012-08-24 17:41:52 -04:00
parent 05337e78fa
commit 6ad57e91a5

View File

@ -107,7 +107,7 @@ module.exports = function( grunt ) {
},
watch: {
files: [
"<config:lint.dist>", "<config:lint.grunt>", "<config:lint.tests>",
"<config:lint.grunt>", "<config:lint.tests>",
"src/**/*.js"
],
tasks: "dev"