mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
changed path of minify
This commit is contained in:
parent
5dbe78bcf2
commit
3afff6ac45
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ npm i jshint -g
|
|||
echo "jshint server.js client.js lib/cloudfunc.js"
|
||||
jshint --config ./test/.jshintrc ./server.js ./client.js
|
||||
echo "jshint ./lib/cloudfunc.js ./lib/server/minify/minify.js ./lib/client/keyBinding.js"
|
||||
jshint --config ./test/.jshintrc ./lib/cloudfunc.js ./lib/server/minify/minify.js ./lib/client/keyBinding.js
|
||||
jshint --config ./test/.jshintrc ./lib/cloudfunc.js ./node_modules/minify/minify.js ./lib/client/keyBinding.js
|
||||
echo "jshint ./package.json ./config.json"
|
||||
jshint --config ./test/.jshintrc ./package.json ./config.json
|
||||
npm i uglify-js clean-css html-minifier css-b64-images
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue