]> source.dussan.org Git - jquery.git/commitdiff
Build: correct jscs paths
authorOleg Gaidarenko <markelog@gmail.com>
Wed, 2 Sep 2015 23:52:52 +0000 (02:52 +0300)
committerOleg Gaidarenko <markelog@gmail.com>
Mon, 7 Sep 2015 17:03:50 +0000 (20:03 +0300)
Gruntfile.js

index 53a195ee849ec41cf6987092d6cbb4d10387271e..59583c5a648b283e38e145fa38711de9c9baba96 100644 (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: [