Add Tailwind build step to CI pipeline #6
Labels
No labels
bug
ci-cd
duplicate
enhancement
help wanted
layout
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lvl0/rater#6
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Priority: highest — affects deployment correctness.
The compiled Tailwind CSS output is gitignored, so the app ships unstyled in CI/production unless the build step runs before assets are served. The Forgejo pipeline needs a
php bin/console tailwind:buildstep added beforeasset-map:compile(or equivalent asset serving step).Scope: Update the CI pipeline config to run
tailwind:buildas part of the build phase. Verify the compiled CSS is present before the app starts.Size: small
myrmidex referenced this issue2026-06-10 00:07:01 +02:00