-
Notifications
You must be signed in to change notification settings - Fork 13
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
Make it true multitask #12
Comments
You're right, although defined as a multi-task you will get an error if you use it as such. Using it as follows should work though:
I haven't had time to investigate what the actual bug is, but the proposed fix seems odd for two reasons:
In short, yes there's a bug, but I'm not sure if that's where it is :) |
Yeah, it does look weird but that's where to problem was. Maybe my fix is not the ideal fix, but it works. I analyzed the data passed by Grunt and the files array was different from what it was before when using the multi-task configuration. I will see if I can pinpoint why. |
This task doesn't seem to be a multitask. I'm new to Grunt but it seems Grunt sends different parameters when you have multiple tasks setup. For it to work properly as a multitask, the code at pot.js:87 should be changed to something like this:
If this alteration is made, the setup should change to something similar to the following :
The text was updated successfully, but these errors were encountered: