google / incremental-dom

An in-place DOM diffing library
http://google.github.io/incremental-dom/
Apache License 2.0
3.54k stars 180 forks source link

Update to latest bazel #403

Closed alexeagle closed 5 years ago

alexeagle commented 5 years ago

Introduce a .bazelrc with useful settings Use the managed_directories feature so bazel doesn't download a second copy of dependencies Also clean up build visibility (don't want other projects that reference this workspace to see the targets)