Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
1c261e2e6830ab48133c2c3cc5bfe856bd237fe6
/
.
/
examples
/
angular
/
src
/
example
/
BUILD.bazel
blob: cd942ba387bab4063acd33c049158e34be149798 [
file
]
package
(
default_visibility
=
[
"//:__subpackages__"
])
exports_files
([
"index.html"
,
"index.dev.html"
,
])
# For testing from the root workspace of this repository with bazel_integration_test.
filegroup
(
name
=
"all_files"
,
srcs
=
glob
([
"**/*"
]),
)