From: Timmy Willison Date: Fri, 24 Aug 2012 21:41:52 +0000 (-0400) Subject: Do not watch the dist files to make infinite change loops less common. X-Git-Tag: 1.8.1~23 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6ad57e91a52fdee4853aab82791e13a4b122d35a;p=jquery.git Do not watch the dist files to make infinite change loops less common. --- diff --git a/grunt.js b/grunt.js index 24eda286b..e05f06724 100644 --- a/grunt.js +++ b/grunt.js @@ -107,7 +107,7 @@ module.exports = function( grunt ) { }, watch: { files: [ - "", "", "", + "", "", "src/**/*.js" ], tasks: "dev"