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
Brave theme resources are copied on every build run even if they are the same
npm run build
theme resources are copied
theme resources should only be copied if they are different
always
yes
The text was updated successfully, but these errors were encountered:
only copy theme resources when they actually change
f7db8d6
fix #989
a42701e
bridiver
Successfully merging a pull request may close this issue.
Description
Brave theme resources are copied on every build run even if they are the same
Steps to Reproduce
npm run build
Actual result:
theme resources are copied
Expected result:
theme resources should only be copied if they are different
Reproduces how often:
always
Brave version (about:brave info)
Reproducible on current release:
yes
The text was updated successfully, but these errors were encountered: