Skip to content

Commit

Permalink
Gruntfile: fix watch task
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Dec 20, 2013
1 parent 74a4895 commit 281808f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -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: {
Expand Down

0 comments on commit 281808f

Please sign in to comment.