twolfson / grunt-zip

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

Please update grunt-retro #11

Closed curiousdannii closed 11 years ago

curiousdannii commented 11 years ago

Loading grunt-zip before your own grunt.registerTask( 'name', function(){} ) will break grunt. This was fixed in grunt-retro 0.6.0.

See https://github.com/twolfson/grunt-retro/pull/1

twolfson commented 11 years ago

Will do.

curiousdannii commented 11 years ago

Haha, I only just realised all three of these repos are yours! Thanks for making them.

twolfson commented 11 years ago

Heh, no problem. I am glad you find them useful as well =)

twolfson commented 11 years ago

Bumped version to 0.8.0 and moved to grunt-retro@0.6.0. You will need to re-run npm install grunt-zip --save-dev to update your package.json to point to the latest version.