From cc6f44693dd992aba7d0171f608aec407dfd4792 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 12 Sep 2013 15:24:32 +0300 Subject: [PATCH] refactor(jshint) ./json/config.json, ./json/modules.json -> ./json/*.json --- test/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test.sh b/test/test.sh index dcd0e778..4a5f3701 100755 --- a/test/test.sh +++ b/test/test.sh @@ -2,8 +2,8 @@ npm i recess jshint echo "jshint lib/*.js lib/client/*.js lib/client/storage/*.js lib/server/*.js" node_modules/jshint/bin/jshint --config test/.jshintrc lib/*.js lib/client/*.js lib/client/storage/*.js lib/server/*.js -echo "jshint ./package.json ./json/config.json ./json/modules.json" -node_modules/jshint/bin/jshint --config test/.jshintrc ./package.json ./json/config.json ./json/modules.json +echo "jshint package.json json/*.json" +node_modules/jshint/bin/jshint --config test/.jshintrc package.json json/*.json #linting css files echo "recess css/*.css" ./node_modules/recess/bin/recess css/*.css