[loggi-1w2] Dockerfile was missing JS files in Tailwind content scan #114
Loading…
Add table
Add a link
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?
Bead ID:
loggi-1w2Type: task
Priority: P4
Status: closed
Close reason: Fixed as part of loggi-d7a — COPY app/static/js added to Dockerfile assets stage
The Dockerfile's Node assets stage only copied app/templates for Tailwind content scanning but not app/static/js. Since tailwind.config.js includes JS files in its content array, any Tailwind classes added dynamically via JS were silently missing from the built CSS. Fixed in the same commit as loggi-d7a (added COPY app/static/js to the assets stage). This bead exists for documentation — no further action needed.
Dependencies:
loggi-2ze