From: Thomas Citharel Date: Thu, 23 Jun 2016 20:10:12 +0000 (+0200) Subject: fix font paths X-Git-Tag: 2.1.0~68^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=dafc5cf993f6f75fbfa4dbc762e94abcd2fbe17f;p=github%2Fwallabag%2Fwallabag.git fix font paths --- diff --git a/Gruntfile.js b/Gruntfile.js index 04fd1fe8..c7419549 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -158,7 +158,7 @@ module.exports = function (grunt) { { expand: true, overwrite: true, - cwd: '<%= appDir %>/lib/material-design-icons/iconfont/', + cwd: '<%= appDir %>/lib/material-design-icons-iconfont/dist/fonts/', src: '*', dest: '<%= buildDir %>/themes/material/fonts/', }, diff --git a/bower.json b/bower.json index aa529bd3..f2d2bd26 100644 --- a/bower.json +++ b/bower.json @@ -33,6 +33,7 @@ "dependencies": { "icomoon-bower": "^0.1.0", "bower-pt-sans": "pt-sans#*", - "roboto-fontface": "^0.4.5" + "roboto-fontface": "^0.4.5", + "material-design-icons-iconfont": "^2.0.4" } }