diff --git a/cmd/gtree-wasm/Makefile b/cmd/gtree-wasm/Makefile index 07bdf6b..bde10e4 100644 --- a/cmd/gtree-wasm/Makefile +++ b/cmd/gtree-wasm/Makefile @@ -24,6 +24,7 @@ deploy: confirm tinybuild cleancss -o ../../docs/toast.css toast.css uglifyjs main.js --compress drop_console=true -o ../../docs/main.js uglifyjs toast.js --compress drop_console=true -o ../../docs/toast.js + uglifyjs tab.js --compress drop_console=true -o ../../docs/tab.js uglifyjs wasm_exec.js --compress drop_console=true -o ../../docs/wasm_exec.js cp index.html service_worker.js robots.txt sitemap.xml ../../docs mv main.wasm ../../docs diff --git a/cmd/gtree-wasm/confirm.sh b/cmd/gtree-wasm/confirm.sh index cd82f7d..f63a626 100644 --- a/cmd/gtree-wasm/confirm.sh +++ b/cmd/gtree-wasm/confirm.sh @@ -1,6 +1,6 @@ #!/bin/sh -echo -n "service_worker.js の CACHE_VERSION 変数を更新しましたか? [y/N]: " +echo -n "service_worker.js の CACHE_VERSION 変数の変更/ 新規作成したjsファイルを urlsToCache に追加しましたか? [y/N]: " read ANS case $ANS in diff --git a/cmd/gtree-wasm/index.html b/cmd/gtree-wasm/index.html index 1e387b7..c8f922a 100644 --- a/cmd/gtree-wasm/index.html +++ b/cmd/gtree-wasm/index.html @@ -98,6 +98,7 @@