Skip to content

Commit

Permalink
Build: correct jscs paths
Browse files Browse the repository at this point in the history
  • Loading branch information
markelog committed Sep 7, 2015
1 parent 04ec688 commit fa8a5a9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit fa8a5a9

Please sign in to comment.