aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/javascript/bootstrap
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2016-12-21 18:29:04 +0100
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-12-21 18:29:04 +0100
commitf1ce35f4691fa5cd8849bf8944d1a4bdd2393690 (patch)
tree8687d77030d82048b53612e0bce816555dd46dd2 /third_party/javascript/bootstrap
parentb649428620711c12ba18f7f1477d36742f267a31 (diff)
Commit 6d31cb was an internal reorganization of google repository that should have resulted in no change. Due to a bug in our export process it deleted several files in third_party.
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