From 990ffae073c9fbb319f2685bf830e131d2db2e96 Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 15 Mar 2017 01:10:51 +0100 Subject: [bug] fix icons in ui Signed-off-by: elijah --- ui/webpack.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ui') diff --git a/ui/webpack.config.js b/ui/webpack.config.js index c4e5f30c..786addd0 100644 --- a/ui/webpack.config.js +++ b/ui/webpack.config.js @@ -54,7 +54,8 @@ var config = { { from: 'img/*'}, { from: 'index.html' }, { from: '../node_modules/bootstrap/dist/css/bootstrap.min.css', to: 'css' }, - { from: '../node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.svg', to: 'fonts' }, + { from: '../node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2', to: 'fonts' }, + { from: '../node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff', to: 'fonts' }, { from: '../node_modules/zxcvbn/dist/zxcvbn.js', to: 'js' } ]) ], -- cgit v1.2.3