From b8a0ea12247f7e0de643ff445eaee8795575610c Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 20 Feb 2015 11:22:06 +0200 Subject: Update dependencies. --- Gruntfile.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Gruntfile.js') diff --git a/Gruntfile.js b/Gruntfile.js index 5539ee7ea..a2190478e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -280,12 +280,17 @@ module.exports = function (grunt) { copy: { fonts: { + expand: true, src: 'fonts/*', dest: 'dist/' }, docs: { - src: 'dist/*/*', - dest: 'docs/' + expand: true, + cwd: 'dist/', + src: [ + '**/*' + ], + dest: 'docs/dist/' } }, -- cgit v1.2.3