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