mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(config) minify: true -> false
This commit is contained in:
parent
12522095a0
commit
67d9b7981e
2 changed files with 2 additions and 2 deletions
2
HELP.md
2
HELP.md
|
|
@ -208,7 +208,7 @@ Here is description of options:
|
|||
"localStorage" : true, /* local storage */
|
||||
"buffer" : true, /* buffer for copying files */
|
||||
"dirStorage" : true, /* store directory listing to localStorage */
|
||||
"minify" : true, /* minification of js,css,html and img */
|
||||
"minify" : false, /* minification of js,css,html and img */
|
||||
"online" : true, /* load js files from cdn or local path */
|
||||
"cache" : true, /* add cache-control */
|
||||
"showKeysPanel" : true, /* show classic panel with buttons of keys */
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
"localStorage": true,
|
||||
"buffer": true,
|
||||
"dirStorage": false,
|
||||
"minify": true,
|
||||
"minify": false,
|
||||
"online": true,
|
||||
"cache": true,
|
||||
"showKeysPanel": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue