Skip to content

Commit

Permalink
Copy fonts/ into dist/ recursively (twbs#19817)
Browse files Browse the repository at this point in the history
[skip sauce]
[skip validator]
  • Loading branch information
alcalyn authored and cvrebert committed Jun 20, 2016
1 parent 7c86bc9 commit 2a61c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ module.exports = function (grunt) {
copy: {
fonts: {
expand: true,
src: 'fonts/*',
src: 'fonts/**',
dest: 'dist/'
},
docs: {
Expand Down

0 comments on commit 2a61c4a

Please sign in to comment.