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