twolfson / grunt-zip

Zip and unzip files via a grunt plugin
MIT License
87 stars 19 forks source link

Fixed EEXIST when unzipping a symbolic link and a file already exists with that name #53

Closed octachrome closed 6 years ago

octachrome commented 6 years ago

I also made it so that the tests fail if a Grunt task fails, which was hiding this problem. Hope that's ok with you.

twolfson commented 6 years ago

This has been released in 0.18.1

octachrome commented 6 years ago

Thanks!