Build: correct jscs paths

Ref 99975c44ab
This commit is contained in:
Oleg Gaidarenko 2015-09-03 02:51:00 +03:00
parent 04ec688e80
commit fa8a5a90e1

View File

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