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",
],
)