Skip to content

Commit 99975c4

Browse files
committed
Build: correct jscs paths
1 parent 10fdad7 commit 99975c4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Gruntfile.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ module.exports = function( grunt ) {
105105
}
106106
},
107107
jscs: {
108-
src: "src/**/*.js",
108+
src: "src",
109109
gruntfile: "Gruntfile.js",
110110

111111
// Check parts of tests that pass
@@ -115,8 +115,7 @@ module.exports = function( grunt ) {
115115
"test/unit/tween.js",
116116
"test/unit/wrap.js"
117117
],
118-
release: [ "build/*.js", "!build/release-notes.js" ],
119-
tasks: "build/tasks/*.js"
118+
build: "build"
120119
},
121120
testswarm: {
122121
tests: [

0 commit comments

Comments
 (0)