Compare commits

..

No commits in common. "5a778d9a5586a9a33b90d804abbda36818b93678" and "1158821affde4667866cc999b1c18b7dda1eb634" have entirely different histories.

View File

@ -15,17 +15,6 @@ clean-wasm-pack:
cat pkg/rudus.js.backup | tail -n+2>> pkg/rudus.js cat pkg/rudus.js.backup | tail -n+2>> pkg/rudus.js
rm pkg/rudus.js.backup rm pkg/rudus.js.backup
from_branch := `git branch --show-current`
git_status := `git status -s`
release:
echo {{ if git_status == "" {"git status ok"} else {error("please commit changes first")} }}
just wasm
-git commit -am "release build"
git checkout release
git merge {{from_branch}}
git push
git checkout {{from_branch}}
serve: serve:
open http://localhost:8080/index.html && miniserve pkg open http://localhost:8080/index.html && miniserve pkg