Files
scrying-pool/dist
uberwald e7f094b469 Fix: Include built CSS in distribution
- Updated .gitignore to allow dist/styles/ folder
- Added dist/styles/scrying-pool.css to git tracking
- This ensures users get the compiled CSS when installing from source

Without this, the module would have NO STYLING AT ALL because:
1. dist/ was in .gitignore
2. Users need to run 'npm run build' manually (not standard practice)
3. FoundryVTT modules typically ship with compiled assets

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-05-24 14:07:18 +02:00
..