webjars / bootswatch

A WebJar for Bootswatch
3 stars 4 forks source link

Add bootswatch v3.0.0 #3

Closed occ closed 11 years ago

occ commented 11 years ago

Bootswatch 3.0.0 is out - Can we get a webjar for it? :)

petro-rudenko commented 11 years ago

When it would be available at maven central?

jamesward commented 11 years ago

Sorry @petro-rudenko, I forgot to actually release this. This will be in Maven Central shortly.

petro-rudenko commented 11 years ago

Thanks, it can't download glyphicon fonts (glyphicons-halflings-regular.eot, glyphicons-halflings-regular.svg, glyphicons-halflings-regular.ttf) from the theme bootstrap.css.

jamesward commented 11 years ago

Should those be in this WebJar? Can you open a new issue for that?

petro-rudenko commented 11 years ago

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.

jamesward commented 10 years ago

I thought they ended up packaging those into Bootstrap 3 after all.