mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 17:04:16 +00:00
impreoved readme
This commit is contained in:
parent
8e9df6f3bb
commit
6450c3b3a5
3 changed files with 17 additions and 4 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
npm i recess jshint
|
||||
echo "jshint server.js client.js cloudcmd.js"
|
||||
node_modules/jshint/bin/hint --config test/.jshintrc server.js client.js cloudcmd.js
|
||||
echo "jshint lib/cloudfunc.js lib/client/keyBinding.js"
|
||||
|
|
@ -8,7 +9,6 @@ node_modules/jshint/bin/hint --config test/.jshintrc lib/client/dom.js lib/clien
|
|||
echo "jshint ./package.json ./config.json"
|
||||
node_modules/jshint/bin/hint --config test/.jshintrc ./package.json ./config.json
|
||||
#linting css files
|
||||
npm i recess
|
||||
echo "recess css/*.css"
|
||||
./node_modules/recess/bin/recess css/*.css
|
||||
node test/test.js
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue