]> source.dussan.org Git - jquery.git/commitdiff
Build: correct jscs paths
authorOleg Gaidarenko <markelog@gmail.com>
Wed, 2 Sep 2015 23:51:00 +0000 (02:51 +0300)
committerOleg Gaidarenko <markelog@gmail.com>
Mon, 7 Sep 2015 17:14:28 +0000 (20:14 +0300)
Ref 99975c44abc8c1092764c7fca3ccfe89fc832b87

Gruntfile.js

index 6b8dada62eb7acf5e81449b2c410379637574798..eaf0cf7bb25c5a24d46b3b77290446698bb8a569 100644 (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: [