Tailwind is now compiled from static/css/input.css into a committed static/css/tailwind.css by the standalone CLI, fetched on demand into bin/ (gitignored) so no Node toolchain is required. layout.templ loads the local stylesheet instead of cdn.tailwindcss.com. Adds a Makefile with generate/css/build/run/test/clean targets. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
22 lines
249 B
Plaintext
22 lines
249 B
Plaintext
# Binaries
|
|
veola-bin
|
|
*.exe
|
|
|
|
# Fetched-on-demand tooling (Tailwind standalone CLI)
|
|
/bin/
|
|
|
|
# Local config (use config.toml.example as template)
|
|
config.toml
|
|
|
|
# Database
|
|
*.db
|
|
*.db-journal
|
|
*.db-wal
|
|
*.db-shm
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
*.swp
|
|
.idea/
|
|
.vscode/
|