aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Justine Tunney <jart@google.com>2017-05-10 15:47:55 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-05-11 10:16:57 -0700
commit770a27161bf9e73860443f62ab539833d39d61b4 (patch)
tree9f04f0adf83658348682caf7aa0048a1e506be2d /WORKSPACE
parentab2a1e37c681e9f5f248e3efbaf15a5935c8901a (diff)
Introduce one-off solution for vulcanization
This is a simple Java script that inlines HTML, CSS, and JavaScript with minification. It tries its best to preserve @license data. The Skylark rule behaves the same as web_library(). It can be bazel run to get the development web server. It outputs the protobuf, because protobuf is awesome. PiperOrigin-RevId: 155686060
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE8
1 files changed, 4 insertions, 4 deletions
diff --git a/WORKSPACE b/WORKSPACE
index b4c80d7aad..7ebb1d488c 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -2,11 +2,11 @@ workspace(name = "org_tensorflow")
http_archive(
name = "io_bazel_rules_closure",
- sha256 = "0e38269c55536196c9b0c82a601c683f114901acb6d55f214e0179a3e188ef2a",
- strip_prefix = "rules_closure-1762d8e6964b9f383b47a57888e55489d2432b61",
+ sha256 = "4be8a887f6f38f883236e77bb25c2da10d506f2bf1a8e5d785c0f35574c74ca4",
+ strip_prefix = "rules_closure-aac19edc557aec9b603cd7ffe359401264ceff0d",
urls = [
- "http://bazel-mirror.storage.googleapis.com/github.com/bazelbuild/rules_closure/archive/1762d8e6964b9f383b47a57888e55489d2432b61.tar.gz", # 2017-05-08
- "https://github.com/bazelbuild/rules_closure/archive/1762d8e6964b9f383b47a57888e55489d2432b61.tar.gz",
+ "http://bazel-mirror.storage.googleapis.com/github.com/bazelbuild/rules_closure/archive/aac19edc557aec9b603cd7ffe359401264ceff0d.tar.gz", # 2017-05-10
+ "https://github.com/bazelbuild/rules_closure/archive/aac19edc557aec9b603cd7ffe359401264ceff0d.tar.gz",
],
)