Hi,
I'm using this tutorial: has_many :through - Dirt simple .rcss templates to make dynamic CSS files. However I can't figure out how expire cached CSS files.
Here's my code: Parked at Loopia. Most of it is copied from the tutorial.
Files are cached properly - i.e. <%= stylesheet_link_tag "main" %> generates "public/stylesheets/ main.css" file
but when trying to expire it - the following file is expired (from logs): Expired page: /admin/stylesheets/rcss?rcss=main.html (0.00007)
How to fix it? Thanks in advance