twolfson / grunt-zip

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

symbolic links #41

Open garrylachman opened 8 years ago

garrylachman commented 8 years ago

in osx symbolic links copyed as files.

twolfson commented 8 years ago

This is currently expected behavior; listing symlinks should be opt-in as they aren't Windows/UNIX compatible. JSZip seems to support a workaround via unixPermissions, would you be interested in adding support for it?

https://github.com/Stuk/jszip/issues/257

twolfson commented 6 years ago

This has been resolved via #52 and released in 0.18.0