Sign in
bazel
/
bazel
/
268bb26e058e013079863c1cb5b9f61f0268ef49
/
.
/
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__"
],
)