From 44b0440678f96aa50b42cc77e4de6f0b6fe7909e Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Thu, 6 May 2021 03:48:49 +0900 Subject: [PATCH 1/2] Update command to build front end in updating instance document --- source/update/source-code.html.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/update/source-code.html.md b/source/update/source-code.html.md index 8e7f54c..1c4d2fc 100644 --- a/source/update/source-code.html.md +++ b/source/update/source-code.html.md @@ -11,7 +11,8 @@ 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 -cargo web deploy -p plume-front +cargo install wasm-pack +wasm-pack build --target web --release plume-front # Update plm cargo install --path plume-cli --force --features DATABASE From 30dbf18eec22d1bfc57a355d452c0c3998c95954 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Thu, 6 May 2021 03:52:10 +0900 Subject: [PATCH 2/2] Update gems --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9308de2..e6e6684 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (5.2.5) + activesupport (5.2.6) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -33,7 +33,7 @@ GEM concurrent-ruby (~> 1.0) kramdown (2.3.1) rexml - libv8 (8.4.255.0) + libv8-node (15.14.0.1) listen (3.0.8) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -75,8 +75,8 @@ GEM middleman-syntax (3.2.0) middleman-core (>= 3.2) rouge (~> 3.2) - mini_racer (0.3.1) - libv8 (~> 8.4.255) + mini_racer (0.4.0) + libv8-node (~> 15.14.0.0) minitest (5.14.4) padrino-helpers (0.13.3.4) i18n (~> 0.6, >= 0.6.7)