From 281808f61d2ea5e47a1be2b9d1a4577194aa1a86 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Fri, 20 Dec 2013 18:38:57 -0500 Subject: [PATCH] Gruntfile: fix watch task --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 1739ed5fb7..74768e6249 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: {