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