Skip to content

Commit 114a35e

Browse files
committed
Merge pull request #29 from caecus/master
Fixed copying all fonts over when subdirectories in fonts folder
2 parents cbc0d60 + 8e1f772 commit 114a35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: templates/common/Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ module.exports = function (grunt) {
322322
'.htaccess',
323323
'bower_components/**/*',
324324
'images/{,*/}*.{webp}',
325-
'fonts/*'
325+
'fonts/**/*'
326326
]
327327
}, {
328328
expand: true,

0 commit comments

Comments
 (0)