-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Font paths aren't remapped when building with lessc -ru #13429
Comments
This change was introduced in #10941 which appears to do the exact opposite of what it claims to do. |
For the next person to have this issue, the LESS workaround is to override icon-font-path immediately after importing bootstrap:
|
The method for changing the icon font location has been documented per #13340. |
Also, there's a bug in less.js: less/less.js#1821 |
The documentation isn't sufficiently clear.
I haven't moved any bootstrap files at all, so it isn't clear that this documentation applies to the issue, unless you already understand the issue (in which case you don't need the documentation!) Also I cannot reproduce that less.js bug. |
Fair point, I'll add that case to the docs. |
Addressed by #13435. |
To reproduce:
Expected output:
Actual output:
This happens because the src urls are escaped in glyphicons.less:
Removing the ~"" escaping causes the correct relative URLs to be generated:
This might be the cause of #13336
The text was updated successfully, but these errors were encountered: