[FR]: Add support for assetName esbuild API #124
Labels
enhancement
New feature or request
funding needed
Contribute to https://opencollective.com/aspect-build
Milestone
What is the current behavior?
If I define assetNames in
config
, a new folder will be created in Bazel output, but the folder is not included in the rule's output. It means it is impossible to manage it or use it withoutput_dir=False
.Describe the feature
It would be great to add support for assetNames to specify the assets output folder (needed for GitLab Pages website deployment under the custom path).
In theory, we can add something like
output_assets=Label()
in order to get assets from esbuildFund our work
The text was updated successfully, but these errors were encountered: