Search code examples
twitter-bootstrapember.jsember-cliglyphicons

Glyphicons of Bootstrap 3.3.5 not displayed in an ember-cli project


I've updated bootstrap-sass to version 3.3.5 in an ember-cli project and since the glyphicons are not displayed anymore. Instead I've got the "square" characters.

I've installed bootstrap-sass with bower. In my brocfile.js, I have included bootstrap-sass in this way:

app.import('bower_components/bootstrap-sass-official/assets/javascripts/bootstrap.js');
app.import('bower_components/bootstrap-sass-official/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2', {destDir: '/fonts/bootstrap'});

I don't have this problem with bootstrap-sass 3.3.4.


Solution

  • Oops. Seems to work. I think I've made mistake in the path name.