rstacruz / sinatra-assetpack

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

Don't preprocess css data-uris #96

Closed bartvandendriessche closed 11 years ago

bartvandendriessche commented 11 years ago

I modified the regex to do a negative lookahead for a data: marker. If a data: marker is found, that uri is skipped.

This was causing some issues with an embedded font in Helios helios-framework/helios#43

Also added a test case that errors out without the fix, and passes with the fix.

j15e commented 11 years ago

Awesome :love_letter:

j15e commented 11 years ago

Update : released v0.2.2 with your fix.

bartvandendriessche commented 11 years ago

:+1: