blob: 18fc491cc19eeb1a959613cd136090e0df5435ee [file]
licenses(["notice"]) # MIT
filegroup(
name = "srcs",
srcs = glob(["**"]),
visibility = ["//third_party:__pkg__"],
)
filegroup(
name = "bootstrap_css",
srcs = [
"css/boostrap.css",
"css/boostrap.css.map",
"css/bootstrap.min.css",
"css/bootstrap.min.css.map",
],
)
filegroup(
name = "bootstrap_images",
srcs = glob(["glyphicons-halflings-regular.*"]),
)