Sign in
bazel
/
bazel
/
aae5691f41cdfc754b65cd9a17c3c3b2332b1e8c
/
.
/
third_party
/
javascript
/
bootstrap
/
BUILD
blob: 3b2f7811f5d0f3084a14543267a8c871990c3b42 [
file
] [
log
] [
blame
]
licenses
([
"notice"
])
# MIT
filegroup
(
name
=
"srcs"
,
srcs
=
glob
([
"**"
]),
visibility
=
[
"//third_party:__pkg__"
],
)
filegroup
(
name
=
"bootstrap_js"
,
srcs
=
[
"js/bootstrap.js"
,
"js/bootstrap.min.js"
,
],
visibility
=
[
"//site:__pkg__"
],
)