mikeric / rivets

Lightweight and powerful data binding.

Home Page:http://rivetsjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

glyphicons referenced in bootstrap.css that is not there

tamarmot opened this issue · comments

bootstrap.css references ../fonts/glyphicons-halflings-regular.eot but the file is not included.

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

I don't think this is that big of a deal. It doesn't look like the doc pages use any glyphicons, so it shouldn't be affecting anything. (Just an annoyance that a file is being referenced that isn't there.)