Closed occ closed 11 years ago
When it would be available at maven central?
Sorry @petro-rudenko, I forgot to actually release this. This will be in Maven Central shortly.
Thanks, it can't download glyphicon fonts (glyphicons-halflings-regular.eot, glyphicons-halflings-regular.svg, glyphicons-halflings-regular.ttf) from the theme bootstrap.css.
Should those be in this WebJar? Can you open a new issue for that?
I think it's bootswatcj issue. They have next code in bootstrap.css:
@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');
}
On webjars there is separate package bootstrap-glyphicons and in bootstrap 3 glyphicons is also separated.
I thought they ended up packaging those into Bootstrap 3 after all.
Bootswatch 3.0.0 is out - Can we get a webjar for it? :)