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
Is there a way to get cargo leptos watch to recompile the lib (load_locales!) when files in the locales directory change?
cargo leptos watch
load_locales!
I tried watch-additional-files = ["locales"] in Cargo.toml but cargo doesn't think that anything in the lib has changed so just links.
watch-additional-files = ["locales"]
Cargo.toml
The text was updated successfully, but these errors were encountered:
Yes this is a known issue: #86, and I don't have a solution yet to this problem.
Sorry, something went wrong.
No branches or pull requests
Is there a way to get
cargo leptos watch
to recompile the lib (load_locales!
) when files in the locales directory change?I tried
watch-additional-files = ["locales"]
inCargo.toml
but cargo doesn't think that anything in the lib has changed so just links.The text was updated successfully, but these errors were encountered: