Skip to content

Commit 235d2ae

Browse files
committed
fix font awesome using wrong path on build
1 parent e54c431 commit 235d2ae

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/templates/client/app/app(less).less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@icon-font-path: '/bower_components/bootstrap/fonts';
2+
@fa-font-path: '/bower_components/bootstrap/fonts';
23

34
@import 'bootstrap/less/bootstrap.less';
45
@import 'font-awesome/less/font-awesome.less';

app/templates/client/app/app(sass).scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
$icon-font-path: "/bower_components/bootstrap-sass-official/vendor/assets/fonts/bootstrap/";
2+
$fa-font-path: "/bower_components/font-awesome/fonts";
23

34
@import 'bootstrap-sass-official/vendor/assets/stylesheets/bootstrap';
45
@import 'font-awesome/scss/font-awesome';

0 commit comments

Comments
 (0)