sikachu / sprockets-redirect

A Rack middleware for Rails >= 3.1.0 with asset pipeline and asset digest enabled. This middleware is used to redirect any request to static asset without a digest to the version with digest in its filename by reading the assets manifest file generated after you run `rake assets:precompile`
http://rubygems.org/gems/sprockets-redirect
MIT License
72 stars 26 forks source link

Broken on rails-sprockets 2.1.0 #7

Closed bendangelo closed 9 years ago

bendangelo commented 10 years ago

This redirects to wrong asset urls on rails sprockets 2.1.0

sikachu commented 9 years ago

Thank you for reporting. I'm closing this as a duplicate to #8.