mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(config) minification: true
This commit is contained in:
parent
c3e9b178cf
commit
f0010dfa7f
1 changed files with 3 additions and 3 deletions
|
|
@ -2,9 +2,9 @@
|
|||
"api_url" : "/api/v1",
|
||||
"appcache" : false,
|
||||
"minification" : {
|
||||
"js" : false,
|
||||
"css" : false,
|
||||
"html" : false,
|
||||
"js" : true,
|
||||
"css" : true,
|
||||
"html" : true,
|
||||
"img" : true
|
||||
},
|
||||
"cache" : true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue