Add way to write out default index.html
#224
Labels
A-CLI
Related to the main CLI and not a more specific subcommand
A-Web
Building or running Bevy apps targeting the browser
C-Feature
Make something new possible
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Needs-Design
This issue requires design work to think about how it would best be accomplished
Currently it's only possible see the contents of the default
index.html
viabevy build web --bundle
, but it's not that discoverable and also requires you to build the entire app.Instead, we could do something similar as
rustfmt
, likerustfmt --print-config default rustfmt.toml
.The text was updated successfully, but these errors were encountered: