ronaldlokers / grunt-casperjs

Grunt task for casperjs
MIT License
104 stars 51 forks source link

FYI #4

Closed tkellen closed 11 years ago

tkellen commented 12 years ago

registerHelpers will be deprecated 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

iamchrismiller commented 11 years ago

@ronaldlokers, Do you plan on updating this to grunt 0.4.0?

ronaldlokers commented 11 years ago

@iamchrismiller At the moment it is not my priority (lack of time), feel free to push a patch for it if you want.

loyalchow commented 11 years ago

I've patched and submitted a pull request for this: https://github.com/ronaldlokers/grunt-casperjs/pull/8

ronaldlokers commented 11 years ago

Fixed with #8, thanks @loyalchow! :+1: