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