Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewriting of urls is wrong in the browser when escaping the url value #2029

Closed
stof opened this issue May 23, 2014 · 2 comments
Closed

Rewriting of urls is wrong in the browser when escaping the url value #2029

stof opened this issue May 23, 2014 · 2 comments

Comments

@stof
Copy link

stof commented May 23, 2014

When the url of a font or image is rendered by escaping the string containing it, the rewrite of the url is different when compiling server-side or in the browser.
This is quite annoying as Bootstrap 3.1 and FontAwesome 4.1 use this technique: twbs/bootstrap#10941

@seven-phases-max
Copy link
Member

The #10941 technique can't and should not be used, see
#1821 (comment)
#1238 (comment)
I guess the correct solution for those issues would be three different options for --relative-urls (on, off(=relative-to-master) + missing true-off).

As for the particular issue ("different browser-side and server-side handling of urls"), this is a duplicate of #1926.

@seven-phases-max
Copy link
Member

Closed as duplicate of #1926.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants