Add ZipStorage.
This storage will transparently compress getAttachment/putAttachment results. Only text, json, xml mme type are compressed. Thanks to Lucas Parsy.
Showing
... | ... | @@ -45,6 +45,7 @@ |
"grunt-contrib-qunit": "~0.3.0", | ||
"grunt-contrib-watch": "~0.5.3", | ||
"grunt-jslint": "~1.0.0", | ||
"lz-string": "^1.4.4", | ||
"sinon": "~1.7.3", | ||
"connect-livereload": "~0.3.0", | ||
"grunt-open": "~0.2.2", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment