Open Sigmoidle opened 8 months ago
I can relate to some of these issues for ldjam.
You can use Trunk.toml to override default behavior: https://trunkrs.dev/configuration/ https://github.com/trunk-rs/trunk/blob/main/Trunk.toml
example: https://github.com/JosePedroDias/ld55/blob/post-compo-improvements/Trunk.toml
OS: MacOS Processor: M2 Comfy Version: 0.3.1 from crates.io
After following the guide here: https://comfyengine.org/book/releasing/ I was unable to run my game on itch.io. It showed a blank screen. Using inspect element I found that it was reporting the error: 403 - Resource not found.
Steps to upload to itch.io on MacOS:
index.html
file in same directory ascargo.toml
: https://github.com/darthdeus/comfy-demos/blob/master/bitmob/index.htmltrunk build --release --features comfy/ci-release
dist/
folder, edit the newly generatedindex.html
file.*.js
and*.wasm
file directories with.
(dot/full-stop)dist/
folder and upload to itch.ioI'm not sure if this additional step is only required for MacOS.
I'm placing this issue here so we can find out if this is an error or just something that needs to be documented.