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