2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Copy fonts/ into dist/ recursively (#19817)

[skip sauce]
[skip validator]
This commit is contained in:
Julien Maulny
2016-06-20 07:34:27 +02:00
committed by Chris Rebert
parent 7c86bc9664
commit 2a61c4a0c8
+1 -1
View File
@@ -276,7 +276,7 @@ module.exports = function (grunt) {
copy: { copy: {
fonts: { fonts: {
expand: true, expand: true,
src: 'fonts/*', src: 'fonts/**',
dest: 'dist/' dest: 'dist/'
}, },
docs: { docs: {