mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Gruntfile: fix watch task
This commit is contained in:
parent
74a48958bd
commit
281808f61d
@ -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( " " )
|
tests: "ajax attributes callbacks core css data deferred dimensions effects event manipulation offset queue selector serialize support traversing Sizzle".split( " " )
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
files: [ "<%= jshint.grunt.src %>", "<%= jshint.tests.src %>", "src/**/*.js" ],
|
files: [ "<%= jshint.all.src %>" ],
|
||||||
tasks: "dev"
|
tasks: "dev"
|
||||||
},
|
},
|
||||||
uglify: {
|
uglify: {
|
||||||
|
Loading…
Reference in New Issue
Block a user