From fa8a5a90e157f26a54ce50b4e8bb8f2f4bce3500 Mon Sep 17 00:00:00 2001 From: Oleg Gaidarenko Date: Thu, 3 Sep 2015 02:51:00 +0300 Subject: [PATCH] Build: correct jscs paths Ref 99975c44abc8c1092764c7fca3ccfe89fc832b87 --- Gruntfile.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 6b8dada62..eaf0cf7bb 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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: [ -- 2.39.5