we don't have to commit styles.css, actually
All checks were successful
arche-build-and-publish / gractwo-arche-build-test (push) Successful in 1m15s

This commit is contained in:
2026-04-08 00:45:13 +02:00
parent 6613ccb239
commit f27325ee30
5 changed files with 37 additions and 37 deletions

View File

@@ -1,8 +1,2 @@
arche
=====
Regarding /web/styles.css
The styles.css file, which is generated by a standalone Tailwind binary downloaded and executed automatically within build.rs, is to be committed any time it changes, as without it styling will be broken on the frontend part of the page.
This is in contrast to a perhaps expected approach of gitignoring them and just generating them every build; this is incompatible with building docker images in an efficient way, however, as docker exposes no way to mount directories while retaining ability to write files and execute binaries.