From d3dcaf3290813eb6414ed9fd8802ece9b6ad0a3d Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 9 Jul 2012 13:18:07 +0300 Subject: [PATCH] css lint changes moved to dev branch --- test/test.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/test.sh b/test/test.sh index 3768f2dd..32b2b87e 100644 --- a/test/test.sh +++ b/test/test.sh @@ -1,5 +1,4 @@ #!/bin/sh -#linting js files npm i jshint -g echo "jshint server.js client.js lib/cloudfunc.js" jshint --config ./.jshintrc ./server.js ./client.js @@ -10,7 +9,5 @@ jshint --config ./.jshintrc ./package.json ./config.json npm i uglify-js clean-css html-minifier css-b64-images #linting css files npm i recess -g -console.log('recess ./css/*.css'); -recess css/*.css node server.js test ls ./min \ No newline at end of file