aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/javascript
diff options
context:
space:
mode:
authorGravatar David Chen <dzc@google.com>2016-05-06 07:57:17 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-05-06 09:35:25 +0000
commit8a142fef810435ca0f45b410e67c3a6b29919c75 (patch)
treec3ab6bb7598c1565996fdc9afca56dbc8f77e20c /third_party/javascript
parent8ed924a014f03b826ee19804a521c392702005fb (diff)
Add build targets for constructing the Bazel.io Jekyll tree.
This patch adds pkg_tar build targets to site/, which can be used to combine the Jekyll files under site/ with static Bootstrap and Font Awesome resources under third_party. Combining the site files with the generated Build Encyclopedia and Skylark Library documentation will be done in a future change. -- MOS_MIGRATED_REVID=121654239
Diffstat (limited to 'third_party/javascript')
-rw-r--r--third_party/javascript/bootstrap/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/javascript/bootstrap/BUILD b/third_party/javascript/bootstrap/BUILD
index 7253a6ff45..3b2f7811f5 100644
--- a/third_party/javascript/bootstrap/BUILD
+++ b/third_party/javascript/bootstrap/BUILD
@@ -12,4 +12,5 @@ filegroup(
"js/bootstrap.js",
"js/bootstrap.min.js",
],
+ visibility = ["//site:__pkg__"],
)