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