From 67d9b7981e2bcc1f4d819affa706a6810d0d0cf4 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Sun, 21 Jun 2015 10:38:46 -0400 Subject: [PATCH] feature(config) minify: true -> false --- HELP.md | 2 +- json/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,