tactivos / grunt-cdn

79 stars 53 forks source link

separate elements that have "href" attributes from elements that have #27

Closed hamtie closed 11 years ago

hamtie commented 11 years ago

"src" attributes. otherwise, this causes mismatching in minified html where an img tag is wrapped in an element with an href tag. .e.g

<a href="/something"><img src="/my-image"/></a>