You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on a Sinatra + Sprockets + Sass + Compass project that uses spriting I ran into this in production. This library should probably support #generated_image_url as well as #image_url.
For my project the paths are the same so I just slammed it in. I'm happy to submit a more complete patch if its useful.
# Monkey-patch sprockets-sass to support generated_image_url with respect for# digested images.moduleSprockets::Sass::Functionsalias_method:generated_image_url,:image_urlend
The text was updated successfully, but these errors were encountered:
While working on a Sinatra + Sprockets + Sass + Compass project that uses spriting I ran into this in production. This library should probably support #generated_image_url as well as #image_url.
For my project the paths are the same so I just slammed it in. I'm happy to submit a more complete patch if its useful.
The text was updated successfully, but these errors were encountered: