mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
fix font paths
This commit is contained in:
parent
20218495a7
commit
dafc5cf993
2 changed files with 3 additions and 2 deletions
|
@ -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/',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue