ndbroadbent / turbo-sprockets-rails3

Speeds up your Rails 3 assets:precompile by only recompiling changed files, and only compiling once to generate all assets
MIT License
976 stars 78 forks source link

Updates to fonts not captured #69

Open efatsi opened 11 years ago

efatsi commented 11 years ago

We've had this gem on a project for a while. Every now and then, we make a change to a font file and the changes are not picked up. Our solution is to delete the gem, compile the assets, then add the gem back in once the font updates take place.