-
Notifications
You must be signed in to change notification settings - Fork 407
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
Consider using fswatch for dep-notify #125
Comments
Thanks to @jbeda for the pointer :D |
Maybe worth poking around fsnotify/fsnotify#11 |
@rhuss was saying in knative slack that fswatch works well on macOS |
We used fsnotify first for our hot-reload needs in https://github.com/knative/client/blob/db569fae177eb41d688399c33f2d9de64875568f/hack/build.sh#L200-L223 but it turned out to be totally untreliably on macOS (fake detects as well as non-detects). Since we switched to fswatch everything is working as expected. |
This issue is stale because it has been open for 90 days with no |
watch is deprecated |
http://emcrisostomo.github.io/fswatch/
The text was updated successfully, but these errors were encountered: