reputationdefender / grunt-clean

grunt task to remove previously generated files and directories
MIT License
11 stars 6 forks source link

FYI #8

Open tkellen opened 12 years ago

tkellen commented 12 years ago

registerHelpers will be depreciated in grunt 0.4.

To see how helpers will be handled in the future (using standard npm require), check out the following links: https://github.com/gruntjs/grunt-contrib-uglify/blob/master/tasks/uglify.js#L15 https://github.com/gruntjs/grunt-contrib-uglify/blob/master/tasks/lib/min.js

PS: grunt-contrib-clean performs this task and will be maintained in perpetuity by the grunt team, if you'd like to use it instead!

pajtai commented 12 years ago

registerHelpers might well be depreciated, but it will definitely be deprecated ;)

tkellen commented 12 years ago

Hah! I posted a variation of this message on like 50 repositories and you're the only one who noticed that snafu. Whoops :)

jeff-harnois commented 11 years ago

thank you for the information, we will take steps to ensure that we are ready for v0.4.