schacon / showoff

moved to puppetlabs/showoff!
2.41k stars 13 forks source link

Better Regexp for extracting urls from css files #158

Closed byroot closed 12 years ago

byroot commented 12 years ago

Hi,

When I tried to generate a static version of my presentation, showoff failed to parse URLs in my CSS because they were surrounded by quotes:

src: url("style/fonts/proximanova-bold-proxima.eot")

So this is a fix to ignore quotes around urls.

Regards.