Hello, I have expires headers enabled with the default settings in a Rails app. Everything is working as expected, except for images loaded from stylesheets (i.e. style.css > background: url(/images/something.png). These don't get expires headers and thus aren't getting cached.
Is there a setting I have to change to get add expires headers to these as well?
Thanks!
Is there a setting I have to change to get add expires headers to these as well?
Thanks!