Merge branch 'master' of github.com:coderaiser/cloudcmd

This commit is contained in:
coderaiser 2012-06-25 19:06:01 +00:00
commit 75118ffeb4
2 changed files with 3 additions and 3 deletions

View file

@ -43,7 +43,7 @@ Additional modules:
**Cloud Commander** not using additional modules for main functionality.
But for minification and optimization tricks optional can be
assingned (and installed) modules:
- [UglifyJS] (https://github.com/mishoo/UglifyJS);
- [UglifyJS] (https://github.com/mishoo/UglifyJS)
- [clean-css] (https://github.com/GoalSmashers/clean-css)
- [html-minifier] (https://github.com/kangax/html-minifier)
- [css-b64-images] (https://github.com/Filirom1/css-base64-images)

View file

@ -1,4 +1,4 @@
#!/bin/sh
npm install -g jshint
jshint server.js --config .jshintrc
npm install jshint
./node_modules/jshint/bin/hint server.js --config .jshintrc
echo 'only warnings. no errors'