Skip to content

Commit

Permalink
Merge pull request yeoman#908 from Avlasof/feature
Browse files Browse the repository at this point in the history
fix(build): allow to copy font files from subfolders
  • Loading branch information
eddiemonge committed Oct 28, 2014
2 parents 639ab85 + eb5a096 commit ec1dea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/common/root/_Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ module.exports = function (grunt) {
'*.html',
'views/{,*/}*.html',
'images/{,*/}*.{webp}',
'fonts/*'
'fonts/{,*/}*.*'
]
}, {
expand: true,
Expand Down

0 comments on commit ec1dea7

Please sign in to comment.