diff --git a/Justfile b/Justfile index 079079c..74dfd24 100644 --- a/Justfile +++ b/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: diff --git a/static/tailwind.css b/static/tailwind.css index fbf3593..de86736 100644 --- a/static/tailwind.css +++ b/static/tailwind.css @@ -1,9 +1,5 @@ @import "tailwindcss" source("../views"); -@tailwind base; -@tailwind components; -@tailwind utilities; - body { margin: 0 24vw; } diff --git a/views/partials/contextComment.hbs b/views/partials/contextComment.hbs index a62e564..c5b0e43 100644 --- a/views/partials/contextComment.hbs +++ b/views/partials/contextComment.hbs @@ -4,7 +4,7 @@
{{{this.Comment}}}
- +{{user.Points}} pts · {{user.CreatedAt}}
{{user.Points}} pts · {{user.CreatedAt}}
{{user.Points}} pts · {{user.CreatedAt}}