kaiqigong / gulp-cdnify

A gulp plugin that converts local URLs to CDN ones.
17 stars 9 forks source link

Cdnify style tag's contents #11

Closed asmoker closed 8 years ago

asmoker commented 9 years ago

Is there a way to make the plugin work with the code like this:

<div style="background-image: url(/path/to/img.png);">
</div>

thanks!