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

Fixes #13478, reverts #10941 #13542

Merged
merged 6 commits into from
Jun 8, 2014
Merged

Fixes #13478, reverts #10941 #13542

merged 6 commits into from
Jun 8, 2014

Conversation

mdo
Copy link
Member

@mdo mdo commented May 8, 2014

In v3.0.3, we hardcoded some URL escaping around our icon paths as a way to fix broken assets when Bootstrap was included via Bower. This undoes that and instead puts it within the power of folks implementing Bootstrap via Bower to use the relative URLs feature of Less.

Fixes #13478.

/cc @cvrebert

@mdo mdo added this to the v3.2.0 milestone May 8, 2014
@mdo mdo added the css label May 8, 2014
@cvrebert
Copy link
Collaborator

cvrebert commented May 8, 2014

@cvrebert
Copy link
Collaborator

cvrebert commented May 8, 2014

A corresponding update to the callouts in the Glyphicons component docs will be required.

@cvrebert
Copy link
Collaborator

cvrebert commented May 8, 2014

Slightly tangential, but folks reading this should be aware that:

can break our font URLs, and there's not much we can do about that on our end.
Such users will need to tweak @icon-font-path themselves.

mdo added 4 commits May 12, 2014 19:57
Conflicts:
	dist/css/bootstrap-rtl.css
	dist/css/bootstrap.css.map
	dist/js/bootstrap.min.js
	docs/dist/css/bootstrap.css.map
	docs/dist/js/bootstrap.min.js
Conflicts:
	dist/css/bootstrap.css.map
	docs/dist/css/bootstrap.css.map
Conflicts:
	dist/css/bootstrap.css.map
	docs/dist/css/bootstrap.css.map
@cvrebert
Copy link
Collaborator

@mdo Is this blocked by something on your side, or is this just waiting on my docs update?

@mdo
Copy link
Member Author

mdo commented Jun 8, 2014

@cvrebert Tests were failing for some reason. I'm not going to hold up anymore, so I'll merge this and we can fix any docs stuff later.

mdo added a commit that referenced this pull request Jun 8, 2014
@mdo mdo merged commit 2919a3d into master Jun 8, 2014
@mdo mdo deleted the icon_paths branch June 8, 2014 18:23
@mdo mdo mentioned this pull request Jun 8, 2014
@twbs twbs locked and limited conversation to collaborators Jun 9, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make fonts always relative to project.less is not good idea
2 participants