mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
- Add stylesheet_pack_tag to load Webpacker's compiled CSS - Create explicit Tailwind imports for asset pipeline fallback - Configure file cache store with size limits to prevent cache buildup - Add cache maintenance rake tasks for automatic cleanup - Create whenever schedule for automated cache maintenance The issue was that Tailwind was only included via Webpacker but the layout wasn't loading Webpacker stylesheets in production. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| .keep | ||
| backfill.rake | ||
| backups.rake | ||
| billing_plans.rake | ||
| cache_maintenance.rake | ||
| cache.rake | ||
| cleanup.rake | ||
| daily.rake | ||
| data_integrity.rake | ||
| data_migrations.rake | ||
| datafill.rake | ||
| machine_learning.rake | ||
| one_off.rake | ||
| page_type.rake | ||
| voting.rake | ||