jonschlinkert / grunt-readme

DEPRECATED. Use Verb instead
https://github.com/assemble/verb
Other
30 stars 10 forks source link

Use lodash instead of grunt.util._ #43

Closed dylang closed 10 years ago

dylang commented 10 years ago

Cowboy has deprecated grunt.util._ so that task developers like us aren't tied to whatever version of lodash Grunt happens to be requiring.

http://gruntjs.com/blog/2013-11-21-grunt-0.4.2-released

jonschlinkert commented 10 years ago

I switched a bunch of our tasks already. This one broken when I switched to lodash and I didn't have time to debug. I guess I needed a little motivation :-) thx

jonschlinkert commented 10 years ago

closing since we're deprecating this in favor of Verb.