mothership-ec / cog

Cog
Other
2 stars 3 forks source link

Fixed absolute paths #468

Closed kuiche closed 8 years ago

kuiche commented 8 years ago

Fixes #456.

Only relative paths should be rewritten to ../cogules/.... I think the original intention was for urls like '/example/url' would be rewritten to 'http://my-website.com/example/url' however this isn't necessary as that's how abs paths work anyway.

Test by changing some paths in the css to this format and then refreshing with asset generation on. It will error without this change as described in the issue.