aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/javascript/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/javascript/bootstrap')
-rw-r--r--third_party/javascript/bootstrap/BUILD16
-rw-r--r--third_party/javascript/bootstrap/README.md4
2 files changed, 20 insertions, 0 deletions
diff --git a/third_party/javascript/bootstrap/BUILD b/third_party/javascript/bootstrap/BUILD
new file mode 100644
index 0000000000..3b2f7811f5
--- /dev/null
+++ b/third_party/javascript/bootstrap/BUILD
@@ -0,0 +1,16 @@
+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
new file mode 100644
index 0000000000..d7aae57b44
--- /dev/null
+++ b/third_party/javascript/bootstrap/README.md
@@ -0,0 +1,4 @@
+## [Bootstrap](https://github.com/twbs/bootstrap)
+
+* Version: 3.3.6
+* License: MIT