Skip to content

Commit 0c14fd7

Browse files
authored
Merge pull request #642 from MetaCell/feature/fix_fontaws_icons
#hotfix fixing fontawesome icons
2 parents ca06d41 + d2fc92f commit 0c14fd7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

webapp/webpack.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ if (isWin) {
3434
}
3535

3636
const availableExtensions = [
37+
{
38+
from: path.resolve(__dirname, geppettoClientPath, 'style/fonts/*'),
39+
to: 'static/fonts',
40+
flatten: true,
41+
},
3742
{
3843
from: path.resolve(__dirname, geppettoClientPath, 'style/css/font-awesome.min.css'),
3944
to: 'static/css',

0 commit comments

Comments
 (0)