diff --git a/HELP.md b/HELP.md index b0e3ef81..0102e7be 100644 --- a/HELP.md +++ b/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 */ diff --git a/json/config.json b/json/config.json index 754289d4..9f15125d 100644 --- a/json/config.json +++ b/json/config.json @@ -10,7 +10,7 @@ "localStorage": true, "buffer": true, "dirStorage": false, - "minify": true, + "minify": false, "online": true, "cache": true, "showKeysPanel": true,