mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(config) minification -> minify: {} -> true
This commit is contained in:
parent
a479b73cf2
commit
cb5a529fb4
5 changed files with 39 additions and 66 deletions
|
|
@ -3,12 +3,7 @@
|
|||
"appcache": false,
|
||||
"analytics": true,
|
||||
"localStorage": true,
|
||||
"minification": {
|
||||
"js": true,
|
||||
"css": true,
|
||||
"html": true,
|
||||
"img": true
|
||||
},
|
||||
"minify": true,
|
||||
"online": true,
|
||||
"cache": true,
|
||||
"logs": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue