OverZealous / cdnizer

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

urls starts with http should not be cdnized #19

Closed uknownothingsnow closed 8 years ago

OverZealous commented 8 years ago

This is not something I can accept. We don't want to blindly or universally prevent this functionality—someone might want to replace hard-coded full paths with a CDN path.

If you are having trouble, try being more specific in your file globs.

uknownothingsnow commented 8 years ago

If someone might want to replace hard-coded full paths with a CDN path, this lib still can not support this feature, why not just forbid it. Just my ideas.