-
Notifications
You must be signed in to change notification settings - Fork 3
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
Using questions results to change options #16
Comments
Hi @ElielBarone, I do not see this as a good idea. Couldn't you just call grunt.config.get('scaffold'); to get the options inside the filter function? |
Hi Martin, thank you. Thank you again Enviado do meu iPad
|
Hi @crudo, I did the way you advised me, but I had no success, take a look bellow: function filter(result){
} but it does not work, I saw your code inside the task: var _process = function(result) {
|
Please, add options as parameter on options.filter like bellow:
result = options.filter(result, options);
So we can use results to change options like templates
thanks
The text was updated successfully, but these errors were encountered: