From: Julien Maulny Date: Mon, 20 Jun 2016 05:34:27 +0000 (+0200) Subject: Copy fonts/ into dist/ recursively (#19817) X-Git-Tag: v3.3.7~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a61c4a0c88e422157932f05e0d54c400dc23f0e;p=thirdparty%2Fbootstrap.git Copy fonts/ into dist/ recursively (#19817) [skip sauce] [skip validator] --- diff --git a/Gruntfile.js b/Gruntfile.js index a20f338d4e..8de3f55fd5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -276,7 +276,7 @@ module.exports = function (grunt) { copy: { fonts: { expand: true, - src: 'fonts/*', + src: 'fonts/**', dest: 'dist/' }, docs: {