tactivos / grunt-cdn

79 stars 53 forks source link

href link in a tag is replaced as well?! #34

Closed RobinQu closed 10 years ago

RobinQu commented 10 years ago

In latest 0.2.12 build

<a href="/xxxx.html">Some Link</a>

will match your regex and replaced with the url with cdn path. This is not what I would expect in the last versions;

After I reviewed your code, I concluded that this might not be your intention either, judging from the fact that you are referencing the opennng tag <link, not <a.

PS Really hope you add some unit tests and make use of CI tools like travis to double check your updates.