aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/css/bootstrap/BUILD
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2016-12-21 16:32:07 +0000
committerGravatar Klaus Aehlig <aehlig@google.com>2016-12-21 17:26:27 +0000
commit6d31cb01b80d0560c0c083d40e641816877b3d06 (patch)
tree55acbdbc5c25be32ce927b3a0509c7e3f7799541 /third_party/css/bootstrap/BUILD
parentd83e7ef2485c8fe2d9dc8ca938f694b34d824ed2 (diff)
--
PiperOrigin-RevId: 142666783 MOS_MIGRATED_REVID=142666783
Diffstat (limited to 'third_party/css/bootstrap/BUILD')
-rw-r--r--third_party/css/bootstrap/BUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/third_party/css/bootstrap/BUILD b/third_party/css/bootstrap/BUILD
deleted file mode 100644
index 42c7a9dd1d..0000000000
--- a/third_party/css/bootstrap/BUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-licenses(["notice"]) # MIT
-
-filegroup(
- name = "srcs",
- srcs = glob(["**"]),
- visibility = ["//third_party:__pkg__"],
-)
-
-filegroup(
- name = "bootstrap_css",
- srcs = [
- "css/bootstrap.css",
- "css/bootstrap.css.map",
- "css/bootstrap.min.css",
- "css/bootstrap.min.css.map",
- ],
- visibility = ["//site:__pkg__"],
-)
-
-filegroup(
- name = "bootstrap_images",
- srcs = glob(["fonts/glyphicons-halflings-regular.*"]),
- visibility = ["//site:__pkg__"],
-)