diff --git a/closure/stylesheets/closure_css_binary.bzl b/closure/stylesheets/closure_css_binary.bzl index ae62d47135..26f4f57005 100644 --- a/closure/stylesheets/closure_css_binary.bzl +++ b/closure/stylesheets/closure_css_binary.bzl @@ -36,6 +36,7 @@ def _closure_css_binary(ctx): "--output-orientation", ctx.attr.orientation] if ctx.attr.renaming: outputs += [ctx.outputs.js] + files += [ctx.outputs.js] args += ["--output-renaming-map", ctx.outputs.js.path, "--output-renaming-map-format", "CLOSURE_COMPILED_SPLIT_HYPHENS"] if ctx.attr.debug: