cargo-web icon indicating copy to clipboard operation
cargo-web copied to clipboard

Recommended flows to package applications

Open Istar-Eldritch opened this issue 7 years ago • 1 comments

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?

Istar-Eldritch avatar Apr 01 '18 13:04 Istar-Eldritch

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.

Pauan avatar Apr 01 '18 20:04 Pauan