sindresorhus / gulp-zip

ZIP compress files
MIT License
270 stars 47 forks source link

Append files to existing zip #98

Closed ghost closed 7 years ago

ghost commented 7 years ago

Is it possible to append files to existing zip?

sindresorhus commented 7 years ago

Not currently, and not something I'm interested in having to maintain. First, the underlying ZIP library would have to support too. Which it doesn't. Would be better to create a new Gulp plugin for this specific use-case.