From 1f560a8523d17cea1a1631e25ab6f2c88b05ace8 Mon Sep 17 00:00:00 2001 From: Blake Smith Date: Sat, 3 Feb 2018 16:19:20 -0600 Subject: [PATCH] Add js output to list of files when being used as a filegroup --- closure/stylesheets/closure_css_binary.bzl | 1 + 1 file changed, 1 insertion(+) 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: