sahat/megaboilerplate

Bootstrap glyphicons fonts should be in "fonts/bootstrap"

pnucci opened this issue · 2 comments

Bootstrap _variables.scss points to "../fonts/bootstrap/"
$icon-font-path: if($bootstrap-sass-asset-helper, "bootstrap/", "../fonts/bootstrap/") !default;

But currently the font files are located at "../fonts"

The minified (I'd assume non-minified) bootstrap CSS is affected too.

I can't get this to work. I tried altering the path and also tried moving the fonts/ folder. Nothing shows. How did you resolve?