bazelbuild / rules_closure

Closure rules for Bazel
https://developers.google.com/closure
Apache License 2.0
152 stars 114 forks source link

Add `artifact_suffix` to `create_closure_js_library` to make it easier to use it from different aspects. #580

Closed rluble closed 1 year ago

rluble commented 1 year ago

To be able to use create_closure_js_library from different aspects on the same rule we need to be able to customize the artifacts that are created by it.

gkdn commented 1 year ago

Fixed in https://github.com/bazelbuild/rules_closure/pull/582