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

Should work with targets #144

Open
benconnito opened this issue Jan 11, 2016 · 0 comments
Open

Should work with targets #144

benconnito opened this issue Jan 11, 2016 · 0 comments

Comments

@benconnito
Copy link

It appears as though because of the way you are reading the config options, this plugin does not work with targets.

FOR EXAMPLE:
your doing ' var options = grunt.util._.extend({' instead of var options = this.options({})

this.options sets defaults and merges in current target.

see:
http://gruntjs.com/api/inside-tasks

@geddski would you be interested in a pull request if I were to go though and make those changes?

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

No branches or pull requests

1 participant