From dafc5cf993f6f75fbfa4dbc762e94abcd2fbe17f Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Thu, 23 Jun 2016 22:10:12 +0200 Subject: [PATCH] fix font paths --- Gruntfile.js | 2 +- bower.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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" } } -- 2.41.0