No description
The Dockerfile asset stage copied only static/src + vite.config.js, never the HTML templates. Tailwind v4 generates CSS by scanning source files for class usage, so with no templates present it emitted a stripped CSS with zero utility classes — breaking layout and ballooning SVG icons (w-5/h-5 no longer applied) on deployed builds. - main.css: add explicit @source directive for the templates dir so content detection no longer depends on the build CWD. - Dockerfile: copy vergabe_teilnahme/templates into the assets stage so the @source path resolves at build time. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
||
|---|---|---|
| .claude/rules | ||
| static | ||
| vergabe_teilnahme | ||
| wiki | ||
| workplans | ||
| .custodian-brief.md | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| .python-version | ||
| AGENTS.md | ||
| CLAUDE.md | ||
| conftest.py | ||
| docker-compose.dev.yml | ||
| docker-compose.test.yml | ||
| Dockerfile | ||
| LICENSE | ||
| Makefile | ||
| manage.py | ||
| package-lock.json | ||
| package.json | ||
| pyproject.toml | ||
| README.md | ||
| SCOPE.md | ||
| uv.lock | ||
| vite.config.js | ||
repo-seed
A git repository template to bootstrap coulomb projects from.