aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/javascript
diff options
context:
space:
mode:
authorGravatar David Chen <dzc@google.com>2016-04-27 19:25:44 +0000
committerGravatar Lukacs Berki <lberki@google.com>2016-04-28 07:30:59 +0000
commitd007dfb0c5605b3a0e3abf04c47a3c259c7f6275 (patch)
treeee3f11d43b516ead79a82f53140d82cd7a8181e3 /third_party/javascript
parentc34a5580fd40d04d78b0c9d6590140e3c1a1b176 (diff)
Add Bootstrap and Font Awesome directories to Bazel third_party.
This change adds directories, BUILD files, and README.md for Bootstrap and Font Awesome to Bazel's //third_party/javascript and //third_party/css. -- MOS_MIGRATED_REVID=120941731
Diffstat (limited to 'third_party/javascript')
-rw-r--r--third_party/javascript/bootstrap/BUILD15
-rw-r--r--third_party/javascript/bootstrap/README.md4
2 files changed, 19 insertions, 0 deletions
diff --git a/third_party/javascript/bootstrap/BUILD b/third_party/javascript/bootstrap/BUILD
new file mode 100644
index 0000000000..7253a6ff45
--- /dev/null
+++ b/third_party/javascript/bootstrap/BUILD
@@ -0,0 +1,15 @@
+licenses(["notice"]) # MIT
+
+filegroup(
+ name = "srcs",
+ srcs = glob(["**"]),
+ visibility = ["//third_party:__pkg__"],
+)
+
+filegroup(
+ name = "bootstrap_js",
+ srcs = [
+ "js/bootstrap.js",
+ "js/bootstrap.min.js",
+ ],
+)
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