sindresorhus / gulp-zip

ZIP compress files
MIT License
270 stars 47 forks source link

Deprecation of Gulp-util #99

Closed thedark1337 closed 6 years ago

thedark1337 commented 6 years ago

I've been using Gulp 4 alpha 2 fine with gulp-zip, but with the recent update to alpha 3, this module breaks due to using gulp-util to create files. There is also the usage of PluginError, with an alternative listed on the gulp-util repo.

gulp-util recommends using vinyl directly to create files and using plugin-error directly to log errors.

If possible, could you update gulp-zip for these changes?

ivandotv commented 6 years ago

@thedark1337 I have made a pull request regarding this issue.