I'm deploying my application and I'm having trouble with the images in my application.css.sass
file. When I visit my page, the css links to something like icon-login.png
but thanks to the fingerprint from precompile the actual filename is icon-login-f0a51964c9ccbe966746b66d7f2ad310.png
.
When I check images that are placed in the erb code (so not from a stylesheet) they refer to the right images with the fingerprint.
What's the best way to fix this problem?