rstacruz / sinatra-assetpack

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

skip data uri preprocessing #152

Closed cpitani closed 10 years ago

cpitani commented 10 years ago

added logic to check for data: and skip processing if matches otherwise URI.parse method will throw bad uri exception

j15e commented 10 years ago

Fixed by #167

cpitani commented 10 years ago

Thanks!

On Tuesday, April 29, 2014, Jean-Philippe Doyle notifications@github.com wrote:

Fixed by #167 https://github.com/rstacruz/sinatra-assetpack/pull/167

— Reply to this email directly or view it on GitHubhttps://github.com/rstacruz/sinatra-assetpack/pull/152#issuecomment-41735300 .