mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-12-15 04:35:16 +00:00
More fixes for tailwind 4
This commit is contained in:
6
Justfile
6
Justfile
@@ -1,9 +1,11 @@
|
||||
build:
|
||||
tailwindcss -i static/tailwind.css -o static/app.css -m
|
||||
pnpm run build
|
||||
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-css:
|
||||
pnpm run watch
|
||||
|
||||
dev:
|
||||
tailwindcss -i static/tailwind.css -o static/app.css -m -w &
|
||||
go run github.com/air-verse/air@latest -c .air.toml
|
||||
|
||||
tag-vpr:
|
||||
|
||||
Reference in New Issue
Block a user