Gruntfile: fix watch task

This commit is contained in:
Timmy Willison 2013-12-20 18:38:57 -05:00
parent 74a48958bd
commit 281808f61d

View File

@ -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: {