Copy fonts/ into dist/ recursively (#19817)
[skip sauce] [skip validator]
This commit is contained in:
parent
7c86bc9664
commit
2a61c4a0c8
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ module.exports = function (grunt) {
|
|||
copy: {
|
||||
fonts: {
|
||||
expand: true,
|
||||
src: 'fonts/*',
|
||||
src: 'fonts/**',
|
||||
dest: 'dist/'
|
||||
},
|
||||
docs: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue