twolfson / grunt-zip

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

Sub-dir filtering taking exponential time. #28

Closed michaelsantiago closed 10 years ago

michaelsantiago commented 10 years ago

I've created a pull request which circumvents the filtering process in zip.js, but upon further thought, is the block of code in question necessary? I have tested unzipping files that are both flat and also those with compressed sub-folders, and all inflated contents seem to be fine.

twolfson commented 10 years ago

I have left comments on your PR