mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Gruntfile: fix watch task
This commit is contained in:
parent
0b7aecab7b
commit
bf6c95a81e
@ -100,7 +100,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: {
|
||||
|
Loading…
Reference in New Issue
Block a user