OverZealous / cdnizer

Node module for replacing local links with CDN links, includes fallbacks and customization
MIT License
52 stars 24 forks source link

Path can not be matched with .. #11

Closed qingo closed 9 years ago

qingo commented 9 years ago

example:

background: url(../images/test.png) repeat;
OverZealous commented 9 years ago

I tested the url regex against your example, it works fine.

Please provide a minimal failing example, plus the configuration used.