You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
I'd love to have support for bazel-watcher's ibazel_notify_changes.
Basically, ibazel watches for changes and restart executables. But it doesn't restart executables with the ibazel_notify_changes tag (e.g. a live reload web server), rather it writes events to stdin to notify them.
The multirun would need to be a ibazel_notify_changes executable and understand which of its children should be restarted vs be passed build events on stdin.
The text was updated successfully, but these errors were encountered:
I'd love to have support for bazel-watcher's ibazel_notify_changes.
Basically, ibazel watches for changes and restart executables. But it doesn't restart executables with the ibazel_notify_changes tag (e.g. a live reload web server), rather it writes events to stdin to notify them.
The multirun would need to be a ibazel_notify_changes executable and understand which of its children should be restarted vs be passed build events on stdin.
The text was updated successfully, but these errors were encountered: