Closed tkellen closed 11 years ago
Thanks!
Do you have docs on 0.4 migration? I saw that grunt.js
had been renamed to Gruntfile.js
and so on.
Cheers :-)
Not just yet (we will at the time of release). You should be able to use your plugin with grunt@devel once the helpers have been reorganized, though.
Migration done with v0.2.0.
grunt.registerHelper 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