Build: correct jscs paths

This commit is contained in:
Oleg Gaidarenko
2015-09-03 02:52:52 +03:00
parent 10fdad742a
commit 99975c44ab

View File

@@ -105,7 +105,7 @@ module.exports = function( grunt ) {
}
},
jscs: {
src: "src/**/*.js",
src: "src",
gruntfile: "Gruntfile.js",
// Check parts of tests that pass
@@ -115,8 +115,7 @@ module.exports = function( grunt ) {
"test/unit/tween.js",
"test/unit/wrap.js"
],
release: [ "build/*.js", "!build/release-notes.js" ],
tasks: "build/tasks/*.js"
build: "build"
},
testswarm: {
tests: [