Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't override defaults with custom verb:readme config in Gruntfile.js #5

Open
jwtd opened this issue Jan 4, 2015 · 1 comment
Open
Labels

Comments

@jwtd
Copy link

jwtd commented Jan 4, 2015

To override the default locations with a custom verb config block in my Gruntfile.js I had to edit line 34 of r/tasks/verb.js.

verb.options = _.extend(verb.options || {}, options);

Changed to...

verb.options = _.extend(verb.options || {}, options, grunt.config('verb'));

Resolved the problem.

I'm being lazy. I should resolve and issue a PR.

@jonschlinkert
Copy link
Member

Thanks again! since I refactored verb, I haven't had a chance to update this plugin. This is the motivation I needed.

I'm being lazy. I should resolve and issue a PR.

Ha, no worries. I'm happy you bothered to create an issue about it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants