feature(config) add zip

This commit is contained in:
coderaiser 2014-03-25 09:59:36 -04:00
parent f7d8bf3b65
commit c90249c87c
2 changed files with 2 additions and 0 deletions

View file

@ -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 */

View file

@ -6,6 +6,7 @@
"appСache": false,
"analytics": true,
"diff": false,
"zip" : false,
"notifications": false,
"localStorage": true,
"minify": true,