From b5c2f9151a64c81cfea534ac43f5e80c690d3184 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 12 Sep 2013 17:30:40 +0300 Subject: [PATCH] feature(test) lib/*.js -> `ls lib/*.js| grep -v jquery` --- test/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.sh b/test/test.sh index 4a5f3701..95514e7a 100755 --- a/test/test.sh +++ b/test/test.sh @@ -1,7 +1,7 @@ #!/bin/sh 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 +node_modules/jshint/bin/jshint --config test/.jshintrc `ls lib/*.js| grep -v jquery` lib/client/*.js lib/client/storage/*.js lib/server/*.js echo "jshint package.json json/*.json" node_modules/jshint/bin/jshint --config test/.jshintrc package.json json/*.json #linting css files