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
serve.rs requires the files javascript/build/main.js (line 126) and javascript/build/main.css (line 132).
javascript/build/main.js
javascript/build/main.css
The text was updated successfully, but these errors were encountered:
I only mention this because cargo test fails unless make build is executed beforehand to generate said files.
cargo test
make build
Sorry, something went wrong.
Yeah, this is a known issue. Please use Make to build everything, and then it should work properly. 🤞
No branches or pull requests
serve.rs requires the files
javascript/build/main.js
(line 126) andjavascript/build/main.css
(line 132).The text was updated successfully, but these errors were encountered: