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: {
|
jscs: {
|
||||||
src: "src/**/*.js",
|
src: "src",
|
||||||
gruntfile: "Gruntfile.js",
|
gruntfile: "Gruntfile.js",
|
||||||
|
|
||||||
// Check parts of tests that pass
|
// Check parts of tests that pass
|
||||||
test: [ "test/data/testrunner.js", "test/unit/animation.js", "test/unit/tween.js" ],
|
test: [ "test/data/testrunner.js", "test/unit/animation.js", "test/unit/tween.js" ],
|
||||||
release: [ "build/*.js", "!build/release-notes.js" ],
|
build: "build"
|
||||||
tasks: "build/tasks/*.js"
|
|
||||||
},
|
},
|
||||||
testswarm: {
|
testswarm: {
|
||||||
tests: [
|
tests: [
|
||||||
|
Loading…
Reference in New Issue
Block a user