-
Notifications
You must be signed in to change notification settings - Fork 47
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
What is detached mode? #80
Comments
Or you meant |
You are correct. Have not updated the docs yet. Needs more testing to cover some edge cases (as discovered in #79) before release since it was a major change switching from exec to spawn. |
@gwicksted, thanks. Initially, I've thought about a different scenario, and to be honest, I'm still looking for the appropriate solution for this and I want to share my problem. Imagine, I've got several 3rd-party CLI tools supporting
For me it looks perfectly fine to write accordingly three tasks: I mean that if write:
I'll be stuck forever on 'exec:ts-watch'. So, I've started some sort of experimenting here: https://github.com/noomorph/grunt-exec/commit/b10a95fdbf7279f08719b47af668ea7e4a547726#diff-f7fa85a898002b4e35a70421dcca8ab4R248 Maybe, you could advise me in which direction it is better to move? |
Might be overkill but |
Thanks, @gwicksted . Your suggestions do not match my needs but I realized that using |
Saw it mentioned here but nowhere else:
https://github.com/jharding/grunt-exec/blob/master/tasks/exec.js#L14
The text was updated successfully, but these errors were encountered: