tilemill-project/millstone

Carto URI localization regex bug

ansis opened this issue · 1 comments

Millstone tries localizing bare urls in comments. While #74 addresses commented out urls, millstone should try to localize only urls within url(). Is there any reason the requirement for the url to be within url() was removed? @springmeyer

https://github.com/mapbox/millstone/blob/master/lib/millstone.js#L431

This was fixed in a hacky way in 17f94cc#L0R423.