Sign in
bazel
/
bazel
/
9ca91a2d8933374c708937a3be602b22af76ddc1
/
.
/
third_party
/
javascript
/
bootstrap
/
BUILD
blob: 7253a6ff4574bb123e36fea0fc5e9144e6d9fabe [
file
]
licenses
([
"notice"
])
# MIT
filegroup
(
name
=
"srcs"
,
srcs
=
glob
([
"**"
]),
visibility
=
[
"//third_party:__pkg__"
],
)
filegroup
(
name
=
"bootstrap_js"
,
srcs
=
[
"js/bootstrap.js"
,
"js/bootstrap.min.js"
,
],
)