What does HackerNews think of bazel-watcher?
Tools for building Bazel targets when source files change.
Language:
Go
#4
in
Docker
For folks using bazel, there is also [bazel-watcher][1]. Also worth checking out [watchman][2] for this style of workflow in general.
[1]: https://github.com/bazelbuild/bazel-watcher [2]: https://facebook.github.io/watchman/
If you're using Bazel, bazel-watcher [1] takes care of this, and does it in a much smarter way than just looking at a predetermined list of files.
For those using Bazel, there's ibazel:
https://github.com/bazelbuild/bazel-watcher
It's great, I use it all the time, especially with unit tests.