blob: e4022ebaf1d18d52147e5268092e1b3150ed74d0 [file]
package(default_visibility = ["//:__subpackages__"])
filegroup(
name = "assets",
srcs = glob([
"*.svg",
"*.png",
"*.css",
]),
)
# For testing from the root workspace of this repository with bazel_integration_test.
filegroup(
name = "all_files",
srcs = glob(["**/*"]),
)