cargo-web
cargo-web copied to clipboard
Recommended flows to package applications
So I've been experimenting with different ways of packaging not just the js and wasm files with cargo web deploy but also running other pipelines and preprocesors, like SASS. I saw a bit of a discussion in #1. But I was wondering what is that people is using.
Any recomendations?
On one project I have a Rust build script which handles everything.
On another project I have a package.json file which runs a Node build script which handles everything.
In both of those cases I only need the build script because cargo-web doesn't currently allow for customizing the fetch URL.