rstacruz / sinatra-assetpack

Package your assets transparently in Sinatra.
http://ricostacruz.com/sinatra-assetpack/
MIT License
542 stars 97 forks source link

Fix image_path helper for absolute urls (cdn,...) #183

Closed Rendez closed 9 years ago

Rendez commented 9 years ago

Fixes #181 .

j15e commented 9 years ago

I think it should check that file_path.starts_with?('http') or something like that than current request as the current request is unrelated to the specific file?

Rendez commented 9 years ago

@j15e good point. done.

j15e commented 9 years ago

Thanks