Skip to content

Commit eb5a096

Browse files
committed
fix(build): allow to copy font files from subfolders
Give the possibility to store fonts as I want, not how you. Change allows you to catalog fonts.
1 parent 639ab85 commit eb5a096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/common/root/_Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ module.exports = function (grunt) {
380380
'*.html',
381381
'views/{,*/}*.html',
382382
'images/{,*/}*.{webp}',
383-
'fonts/*'
383+
'fonts/{,*/}*.*'
384384
]
385385
}, {
386386
expand: true,

0 commit comments

Comments
 (0)