sahat / megaboilerplate

Handcrafted starter projects, optimized for simplicity and ease of use.
MIT License
3.83k stars 257 forks source link

Font path issue fixed for sass boostrap package #183

Open haroonabbasi opened 7 years ago

haroonabbasi commented 7 years ago

so to fix that issue the generateCssFrameworkBootstrap.js file is updated to generate different path for fonts file in case of sass processor.

or you can follow the other solution 2

update line no 83 in "megaboilerplate\generators\css-framework\modules\bootstrap\sass\bootstrap\_variables.scss"

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

with

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