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> |
||
|---|---|---|
| .. | ||
| attributes | ||
| environments | ||
| initializers | ||
| locales | ||
| webpack | ||
| application.rb | ||
| boot.rb | ||
| cable.yml | ||
| database.yml | ||
| environment.rb | ||
| puma.rb | ||
| routes.rb | ||
| schedule.rb | ||
| secrets.yml | ||
| sidekiq.yml | ||
| spring.rb | ||
| storage.yml | ||
| webpacker.yml | ||