phiamo / MopaBootstrapBundle

Easy integration of twitters bootstrap into symfony2
http://bootstrap.mohrenweiserpartner.de
709 stars 348 forks source link

Wrong FilePaths for icons? #989

Closed Nickolaus closed 7 years ago

Nickolaus commented 9 years ago

In: mopabootstrapbundle.less, bootstrap-fontawesome.less and bootstrap-fontawesome4.less it seems that the path settings are incorrect, I got it working using:

bootsrap: @icon-font-path: "../fonts/bootstrap/";

fa: @FontAwesomePath: "../fonts/fa/";

fa4: @FontAwesomePath: "../fonts/fa4/";

phiamo commented 9 years ago

i think that could be related to #1000

phiamo commented 9 years ago

936 was related o this to afai see ... @isometriks do we have any chance to get that configurable, or are we going to use bootstraps current paths?

phiamo commented 9 years ago

ping @isometriks

phiamo commented 9 years ago

is there any way to fix this generically? a new file or something?