aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/build_rules/closure/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build_rules/closure/README.md')
-rw-r--r--tools/build_rules/closure/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build_rules/closure/README.md b/tools/build_rules/closure/README.md
index 8bec9cd408..a47ac41995 100644
--- a/tools/build_rules/closure/README.md
+++ b/tools/build_rules/closure/README.md
@@ -108,6 +108,7 @@ closure_js_library(
closure_stylesheet_library(
name = "hello_css",
srcs = ["hello.gss"],
+ deps = ["@closure_library//:closure_library_css"],
)
closure_template_library(