thom4parisot / grunt-crx

Grunt task used to package private Chrome Extensions.
https://npmjs.com/grunt-crx
MIT License
118 stars 21 forks source link

FYI #5

Closed tkellen closed 11 years ago

tkellen commented 12 years ago

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

thom4parisot commented 12 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 :-)

tkellen commented 12 years ago

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.

thom4parisot commented 11 years ago

Migration done with v0.2.0.