mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
css lint changes moved to dev branch
This commit is contained in:
parent
bf77ee594d
commit
d3dcaf3290
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue