mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-12-13 19:55:21 +00:00
Add Justfile (#127)
This commit is contained in:
7
Justfile
Normal file
7
Justfile
Normal file
@@ -0,0 +1,7 @@
|
||||
build:
|
||||
tailwindcss -i static/tailwind.css -o static/app.css -m
|
||||
CGO_ENABLED=0 go build -o rimgo -ldflags "-X codeberg.org/rimgo/rimgo/pages.VersionInfo=$(date '+%Y-%m-%d')-$(git rev-list --abbrev-commit -1 HEAD)"
|
||||
|
||||
dev:
|
||||
tailwindcss -i static/tailwind.css -o static/app.css -m -w &
|
||||
go run github.com/cosmtrek/air@latest -c .air.toml
|
||||
Reference in New Issue
Block a user