We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Files that begin with a . are not copied, regardless of whether the source is in the source tree or the output tree.
.
Development (host) and target OS/architectures:
Output of bazel --version: 6.3.2
bazel --version
Version of the Aspect rules, or other relevant rules from your WORKSPACE or MODULE.bazel file:
WORKSPACE
MODULE.bazel
Language(s) and/or frameworks involved: 2.0.1
Include a hidden file in a write_source_files targets. Observe that it does not get written.
I have a patch in this PR to fix it: aspect-build/rules_js#1366
However, it does not copy executable bits. That may be a separate issue related to #526, however.
The text was updated successfully, but these errors were encountered:
@kormide I think #860 should resolve.
Sorry, something went wrong.
3c0dbd5
No branches or pull requests
What happened?
Files that begin with a
.
are not copied, regardless of whether the source is in the source tree or the output tree.Version
Development (host) and target OS/architectures:
Output of
bazel --version
: 6.3.2Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file:Language(s) and/or frameworks involved: 2.0.1
How to reproduce
Include a hidden file in a write_source_files targets. Observe that it does not get written.
Any other information?
I have a patch in this PR to fix it: aspect-build/rules_js#1366
However, it does not copy executable bits. That may be a separate issue related to #526, however.
The text was updated successfully, but these errors were encountered: