tactivos / grunt-cdn

79 stars 53 forks source link

Added support for <input type="image"> tag and multi-line matching. #17

Open KBorders01 opened 11 years ago

KBorders01 commented 11 years ago

Changed regular expression so input tags like the following are now matched:

Also, replaced .* with [^>]+ between tag name and src/href to allow for matching tags that span multiple lines.