mirror of https://github.com/twbs/bootstrap.git
Copy fonts/ into dist/ recursively (#19817)
[skip sauce] [skip validator]
This commit is contained in:
parent
7c86bc9664
commit
2a61c4a0c8
|
|
@ -276,7 +276,7 @@ module.exports = function (grunt) {
|
|||
copy: {
|
||||
fonts: {
|
||||
expand: true,
|
||||
src: 'fonts/*',
|
||||
src: 'fonts/**',
|
||||
dest: 'dist/'
|
||||
},
|
||||
docs: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue