feature(config) change default options: zip, diff

This commit is contained in:
coderaiser 2014-04-28 09:27:31 -04:00
parent f00563fa76
commit 3843245bbb
2 changed files with 4 additions and 4 deletions

View file

@ -173,8 +173,8 @@ All main configuration could be done via `json/config.json`.
"apiURL" :"/api/v1",
"appCache" : false, /* cache files for offline use */
"analytics" : true, /* google analytics support */
"diff" : false, /* when save - send patch, not whole file */
"zip" : false, /* zip text before send / unzip before save */
"diff" : true, /* when save - send patch, not whole file */
"zip" : true, /* 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

@ -5,8 +5,8 @@
"apiURL": "/api/v1",
"appСache": false,
"analytics": true,
"diff": false,
"zip" : false,
"diff": true,
"zip" : true,
"notifications": false,
"localStorage": true,
"minify": true,