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:
committed by
Chris Rebert
parent
7c86bc9664
commit
2a61c4a0c8
+1
-1
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user