Compare commits

..

No commits in common. "5a778d9a5586a9a33b90d804abbda36818b93678" and "44739adfe53b96113f5e6ac966f27c9491c55461" have entirely different histories.

View File

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