jacobrask / styledocco

Automatically generate a style guide from your stylesheets.
http://jacobrask.github.com/styledocco/
MIT License
1.07k stars 119 forks source link

Ensure http urls are not replaced as part of urlsRelative #97

Closed indieisaconcept closed 11 years ago

indieisaconcept commented 11 years ago

If url paths contain http(s):// urls these are also replaced. The change updates the regex to exclude these urls from matching.

Example: http://regex101.com/r/nC4aC2

indieisaconcept commented 11 years ago

I'll review the failing tests shortly.

marrs commented 11 years ago

Merged with thanks