Sign in
bazel
/
bazel
/
1d899604614c63a79a22c67b4cf2cb6583f2f463
/
.
/
third_party
/
javascript
/
bootstrap
/
BUILD
blob: 7253a6ff4574bb123e36fea0fc5e9144e6d9fabe [
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"
,
],
)