sindresorhus / gulp-zip

ZIP compress files
MIT License
270 stars 47 forks source link

zipped files decompress much larger than the original files #72

Closed nalbion closed 8 years ago

nalbion commented 8 years ago

There is a 105MB file within the lambda-lib.zip archive at node-oracledb-for-lambda. When I use gulp-zip to add it to a new zip archive, and then unzip that archive the 105MB file has grown to 140MB.

sindresorhus commented 8 years ago

Weird. Can you open this on https://github.com/thejoshwolfe/yazl, which is the underlaying lib that handles the actual zipping, and post the link here.

nalbion commented 8 years ago

Done - https://github.com/thejoshwolfe/yazl/issues/25

nalbion commented 8 years ago

sorry - "user error"