document compiling wasm in release #59

Merged
kiwii merged 1 commit from plume/documentation:s/wasm-size into stable 2019-08-06 11:21:10 +00:00

View file

@ -18,7 +18,7 @@ cargo +stable install diesel_cli --no-default-features --features DATABASE --ver
# Build the front-end
cargo install cargo-web
cargo web deploy -p plume-front
cargo web deploy -p plume-front --release
# Build the back-end, replacing DATABASE either with
# postgres or sqlite depending on what you want to use