blob: f8c984f5f154fd498c21f7d08ddf8f0ddecf6be5 [file] [log] [blame]
package(default_visibility = ["//:__subpackages__"])
filegroup(
name = "assets",
srcs = [
"index.html",
],
)
# For testing from the root workspace of this repository with bazel_integration_test.
filegroup(
name = "all_files",
srcs = glob(["**/*"]),
)