diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-12-20 18:38:57 -0500 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-12-20 18:38:57 -0500 |
commit | 281808f61d2ea5e47a1be2b9d1a4577194aa1a86 (patch) | |
tree | d8875b74333422e50e254f1e924889b04d169bc9 | |
parent | 74a48958bd1f4b00a8a12bb0052f10fd13e85a1a (diff) | |
download | jquery-281808f61d2ea5e47a1be2b9d1a4577194aa1a86.tar.gz jquery-281808f61d2ea5e47a1be2b9d1a4577194aa1a86.zip |
Gruntfile: fix watch task
-rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 1739ed5fb..74768e624 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -103,7 +103,7 @@ module.exports = function( grunt ) { tests: "ajax attributes callbacks core css data deferred dimensions effects event manipulation offset queue selector serialize support traversing Sizzle".split( " " ) }, watch: { - files: [ "<%= jshint.grunt.src %>", "<%= jshint.tests.src %>", "src/**/*.js" ], + files: [ "<%= jshint.all.src %>" ], tasks: "dev" }, uglify: { |