-
Notifications
You must be signed in to change notification settings - Fork 21
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
[Fix] - 2 watchers simultaneously #42
Comments
hmm... I could move the |
Otherwise, right now, you could have two processes running. |
Just took a look at the Watch extension... that could be great. Another idea would be react, but the first is simpler :) For now, I will use assetic with the built-in --watch param. |
Care to expand on React? |
https://github.com/reactphp/react/blob/master/examples/child-process.php Watch tasks could be ran in a non-blocking way, like in the example above, and the main loop could terminate as soon as one of the children does (most likely because of an error) |
I think so. I did not know that the process component can do this as well :) |
@Padam87 would you want to make a PR? |
I will try to implement it, but first I want to replace ant on my project. |
if you need help, feel free to add me on skype: aequasi |
@Padam87 were you able to replace ant? |
@Padam87 bump? |
Hi,
I've tried to use 2 watchers simultaneously, without much success. Is there any way to do this?
Thanks!
The text was updated successfully, but these errors were encountered: