mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
parent
04ec688e80
commit
fa8a5a90e1
@ -103,13 +103,12 @@ module.exports = function( grunt ) {
|
||||
}
|
||||
},
|
||||
jscs: {
|
||||
src: "src/**/*.js",
|
||||
src: "src",
|
||||
gruntfile: "Gruntfile.js",
|
||||
|
||||
// Check parts of tests that pass
|
||||
test: [ "test/data/testrunner.js", "test/unit/animation.js", "test/unit/tween.js" ],
|
||||
release: [ "build/*.js", "!build/release-notes.js" ],
|
||||
tasks: "build/tasks/*.js"
|
||||
build: "build"
|
||||
},
|
||||
testswarm: {
|
||||
tests: [
|
||||
|
Loading…
Reference in New Issue
Block a user