From d3ea4d3e86c96baf4e41243cbf852348ed59849b Mon Sep 17 00:00:00 2001 From: iamdoubz Date: Tue, 16 Feb 2021 17:11:09 +0000 Subject: [PATCH] Update frontend compiler for 0.6.1-dev --- source/update/source-code.html.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/update/source-code.html.md b/source/update/source-code.html.md index 8e7f54c..320d2df 100644 --- a/source/update/source-code.html.md +++ b/source/update/source-code.html.md @@ -10,9 +10,13 @@ Replace `DATABASE` with either postgres or sqlite depending on what you are usin git pull origin master git checkout PLUME_VERSION # Skip this step if you want to use master, and not a tagged release -# Build the front-end +# Build the front-end (using tagged release <= 0.6.0) cargo web deploy -p plume-front +# Build the front-end (using tagged release >= 0.6.1) +cargo install wasm-pack +wasm-pack build --target web --release plume-front + # Update plm cargo install --path plume-cli --force --features DATABASE # Update plume