notebook/config
Andrew Brown 77b2c85fee Fix Tailwind CSS not loading in production
- 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>
2025-09-29 00:46:13 -07:00
..
attributes
environments Fix Tailwind CSS not loading in production 2025-09-29 00:46:13 -07:00
initializers forums styling 2025-09-16 16:36:53 -07:00
locales Merge master into tailwind-redesign - resolved conflicts by keeping Tailwind designs and layouts 2025-06-02 23:05:00 -07:00
webpack Some risky biz gemfile/yarn dep updates 2025-09-07 22:16:05 -07:00
application.rb Fix test failures and enhance document revision functionality 2025-09-15 15:57:03 -07:00
boot.rb
cable.yml
database.yml
environment.rb
puma.rb
routes.rb Fix test failures and enhance document revision functionality 2025-09-15 15:57:03 -07:00
schedule.rb Fix Tailwind CSS not loading in production 2025-09-29 00:46:13 -07:00
secrets.yml
sidekiq.yml
spring.rb Fix test failures and enhance document revision functionality 2025-09-15 15:57:03 -07:00
storage.yml
webpacker.yml