-
Notifications
You must be signed in to change notification settings - Fork 38
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
Respect the force #57
base: master
Are you sure you want to change the base?
Conversation
I will check this out tonight/tomorrow and dig into queue errors a bit more. Thank you. |
Any update on getting this merged? |
Sorry it took so long to take a look at this. At a quick glance it looks good. A couple comments/questions though. What is your reasoning for using this as a longopt and not a definition within the options block in the task options definition? Also, a test ensuring the correct behavior should be included so we don't potentially break other implementations and an update to the readme as this is a new feature and should be documented. Otherwise it looks good. |
print a . on every line recieved so we can still get some progressive feedback
it was mostly unhelpful
possible fix for intermittent hang problem
Use
grunt.util.async.queue
if--ignore-fail
is passed to grunt with the parallel option set.