Skip to content

Commit

Permalink
Merge pull request #29 from caecus/master
Browse files Browse the repository at this point in the history
Fixed copying all fonts over when subdirectories in fonts folder
  • Loading branch information
DaftMonk committed Dec 4, 2013
2 parents cbc0d60 + 8e1f772 commit 114a35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/common/Gruntfile.js
Expand Up @@ -322,7 +322,7 @@ module.exports = function (grunt) {
'.htaccess',
'bower_components/**/*',
'images/{,*/}*.{webp}',
'fonts/*'
'fonts/**/*'
]
}, {
expand: true,
Expand Down

0 comments on commit 114a35e

Please sign in to comment.