Add Tailwind build step to CI pipeline #6

Open
opened 2026-06-06 01:24:47 +02:00 by myrmidex · 0 comments
Owner

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:build step added before asset-map:compile (or equivalent asset serving step).

Scope: Update the CI pipeline config to run tailwind:build as part of the build phase. Verify the compiled CSS is present before the app starts.

Size: small

**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:build` step added before `asset-map:compile` (or equivalent asset serving step). **Scope:** Update the CI pipeline config to run `tailwind:build` as part of the build phase. Verify the compiled CSS is present before the app starts. **Size: small**
myrmidex added the
bug
label 2026-06-06 01:24:47 +02:00
myrmidex added this to the v0.1.0 MVP milestone 2026-06-08 18:02:08 +02:00
myrmidex added the
ci-cd
label 2026-06-10 00:12:33 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lvl0/rater#6
No description provided.