From 6d31cb01b80d0560c0c083d40e641816877b3d06 Mon Sep 17 00:00:00 2001 From: Damien Martin-Guillerez Date: Wed, 21 Dec 2016 16:32:07 +0000 Subject: -- PiperOrigin-RevId: 142666783 MOS_MIGRATED_REVID=142666783 --- third_party/javascript/bootstrap/BUILD | 16 ---------------- third_party/javascript/bootstrap/README.md | 4 ---- 2 files changed, 20 deletions(-) delete mode 100644 third_party/javascript/bootstrap/BUILD delete mode 100644 third_party/javascript/bootstrap/README.md (limited to 'third_party/javascript') 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 -- cgit v1.2.3