Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #803 by unquoting all UTF8 escapes
Work around Sass 3.4.x generating BOM that break IE10+ sass/sass#1395
- Loading branch information
443d5b4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@glebm Was this tested in any browsers other than IE? None of the unquoted glyphicons seem to be working for me in Safari or Chrome after this change.
443d5b4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@drtz Turns out not, I am having a look.
443d5b4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hot-fixed in v3.3.2.1.
443d5b4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even after downloading the latest version, I am still facing the issue where the icons are not rendering. There's one thing however I noticed that unicodes starting with 'e' or 'f' are the ones that are not getting rendered.
Any inputs on addressing this issue will be appreciated.
443d5b4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nick250386 You may have to
rake tmp:clear
and restart the server.443d5b4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.