Skip to content

Commit 6ad57e9

Browse files
committed
Do not watch the dist files to make infinite change loops less common.
1 parent 05337e7 commit 6ad57e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grunt.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ module.exports = function( grunt ) {
107107
},
108108
watch: {
109109
files: [
110-
"<config:lint.dist>", "<config:lint.grunt>", "<config:lint.tests>",
110+
"<config:lint.grunt>", "<config:lint.tests>",
111111
"src/**/*.js"
112112
],
113113
tasks: "dev"

0 commit comments

Comments
 (0)