twolfson / grunt-zip

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

Upgrade to grunt 0.4 #4

Closed gseguin closed 11 years ago

gseguin commented 11 years ago

I also added a baseDir option so it will strip a leading path out of the file/directories in the archive. Up'd the version to 0.3.0rc6

twolfson commented 11 years ago

Oooh, nice. I will take a look at this either tonight or within the next few days.

twolfson commented 11 years ago

Sorry for the delay on this. I have come to the conclusion that I am going to hold off on merging this until grunt 0.4.0 is fully released.

If anyone installs grunt via npm install -g grunt, they receive 0.3.17. It seems that 0.4.x plugins are not backwards compatible with grunt 0.3.x (as indicated by npm test).

twolfson commented 11 years ago

I apologize for doing this but I would like this plugin to be both 0.3 and 0.4 compatible. As a result, I will be using grunt-retro.

I appreciate the time you invested in this PR.