aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/javascript
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/javascript
parentd83e7ef2485c8fe2d9dc8ca938f694b34d824ed2 (diff)
--
PiperOrigin-RevId: 142666783 MOS_MIGRATED_REVID=142666783
Diffstat (limited to 'third_party/javascript')
-rw-r--r--third_party/javascript/bootstrap/BUILD16
-rw-r--r--third_party/javascript/bootstrap/README.md4
2 files changed, 0 insertions, 20 deletions
diff --git a/third_party/javascript/bootstrap/BUILD b/third_party/javascript/bootstrap/BUILD
deleted file mode 100644
index 3b2f7811f5..0000000000
--- a/third_party/javascript/bootstrap/BUILD
+++ /dev/null
@@ -1,16 +0,0 @@
-licenses(["notice"]) # MIT
-
-filegroup(
- name = "srcs",
- srcs = glob(["**"]),
- visibility = ["//third_party:__pkg__"],
-)
-
-filegroup(
- name = "bootstrap_js",
- srcs = [
- "js/bootstrap.js",
- "js/bootstrap.min.js",
- ],
- visibility = ["//site:__pkg__"],
-)
diff --git a/third_party/javascript/bootstrap/README.md b/third_party/javascript/bootstrap/README.md
deleted file mode 100644
index d7aae57b44..0000000000
--- a/third_party/javascript/bootstrap/README.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## [Bootstrap](https://github.com/twbs/bootstrap)
-
-* Version: 3.3.6
-* License: MIT