eliotsykes / asset_fingerprint

Asset Fingerprint Plugin for Ruby on Rails - allows you to use md5 or timestamps in query string or in asset filenames as suggested by Google Page Speed

Home Page:http://github.com/eliotsykes/asset_fingerprint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Asset Fingerprint plugin does not work when rails asset caching is used

evanworley opened this issue · comments

When using the :cache option for asset tags, the rails fingerprint plugin somehow causes empty cache files to be generated. The cache option is used to combine multiple files into a bundle that can be reused, and minimize HTTP traffic.

I'll be working on this issue. I wanted to file it to make sure people are aware of this issue.

Hmmm so it's not as simple as I thought. I'm tracking it down using a toy project. I will let you know what I find.

Unable to replicate

Sorry, this was my fault. I should have closed it earlier.