diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-06-23 22:10:12 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-06-23 22:10:12 +0200 |
commit | dafc5cf993f6f75fbfa4dbc762e94abcd2fbe17f (patch) | |
tree | 55301a365557d9a982dc47584b03799d2575701e /Gruntfile.js | |
parent | 20218495a79a138833ca84dda37334fa42141d28 (diff) | |
download | wallabag-dafc5cf993f6f75fbfa4dbc762e94abcd2fbe17f.tar.gz wallabag-dafc5cf993f6f75fbfa4dbc762e94abcd2fbe17f.tar.zst wallabag-dafc5cf993f6f75fbfa4dbc762e94abcd2fbe17f.zip |
fix font paths
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 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) { | |||
158 | { | 158 | { |
159 | expand: true, | 159 | expand: true, |
160 | overwrite: true, | 160 | overwrite: true, |
161 | cwd: '<%= appDir %>/lib/material-design-icons/iconfont/', | 161 | cwd: '<%= appDir %>/lib/material-design-icons-iconfont/dist/fonts/', |
162 | src: '*', | 162 | src: '*', |
163 | dest: '<%= buildDir %>/themes/material/fonts/', | 163 | dest: '<%= buildDir %>/themes/material/fonts/', |
164 | }, | 164 | }, |