We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Thanks again! since I refactored verb, I haven't had a chance to update this plugin. This is the motivation I needed.
Ha, no worries. I'm happy you bothered to create an issue about it!
Sorry, something went wrong.
No branches or pull requests
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.
Changed to...
Resolved the problem.
I'm being lazy. I should resolve and issue a PR.
The text was updated successfully, but these errors were encountered: