mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
Merge branch 'master' of github.com:coderaiser/cloudcmd
This commit is contained in:
commit
75118ffeb4
2 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
4
test.sh
4
test.sh
|
|
@ -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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue