From c90249c87c9615a0104fdd2eec8ae8e692f4715e Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 25 Mar 2014 09:59:36 -0400 Subject: [PATCH] feature(config) add zip --- HELP.md | 1 + json/config.json | 1 + 2 files changed, 2 insertions(+) diff --git a/HELP.md b/HELP.md index 844610bd..4ac1acac 100644 --- a/HELP.md +++ b/HELP.md @@ -159,6 +159,7 @@ All main configuration could be done via `json/config.json`. "appCache" : false, /* cache files for offline use */ "analytics" : true, /* google analytics suport */ "diff" : false, /* when save - send patch, not whole file */ + "zip" : false, /* zip text before send / unzip before save */ "notifications" : false, /* show notifications when tab is not active*/ "localStorage" : true, /* cache directory data */ "minify" : true /* minification of js,css,html and img */ diff --git a/json/config.json b/json/config.json index 55a53046..24429aaf 100644 --- a/json/config.json +++ b/json/config.json @@ -6,6 +6,7 @@ "appДache": false, "analytics": true, "diff": false, + "zip" : false, "notifications": false, "localStorage": true, "minify": true,