twolfson / grunt-curl

Download files from the internet via grunt.
The Unlicense
73 stars 28 forks source link

Please update grunt-retro #5

Closed curiousdannii closed 11 years ago

curiousdannii commented 11 years ago

Loading grunt-curl 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.

twolfson commented 11 years ago

Alright, took a small detour to comment on my own PR. I have bumped grunt-curl to 0.6.0 to move to the latest grunt-retro. You will need to run npm install grunt-curl --save-dev to update your package.json to the latest version.