From 70c1fba20d44e8f5b9ff3283a98860567d6ebc64 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 27 Jun 2012 12:12:46 +0300 Subject: [PATCH] added minify.js and keyBinding.js --- test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 6b68a51f..0660599a 100644 --- a/test.sh +++ b/test.sh @@ -1,4 +1,5 @@ #!/bin/sh npm i -g jshint echo "jshint server.js client.js lib/cloudfunc.js" -jshint --config ./.jshintrc ./server.js ./client.js ./lib/cloudfunc.js \ No newline at end of file +jshint --config ./.jshintrc ./server.js ./client.js +jshint --config ./.jshintrc ./lib/cloudfunc.js ./lib/server/minify.js ./lib/client/keyBinding.js \ No newline at end of file