From 1f6b8641202b631bf3de129f3de8dff15ea2b827 Mon Sep 17 00:00:00 2001 From: Simon Mansfield Date: Thu, 11 Apr 2013 10:48:21 +0200 Subject: [PATCH] fix(build): Changed to shallow copy fonts --- templates/common/Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/common/Gruntfile.js b/templates/common/Gruntfile.js index 888826f9b..500a3895f 100644 --- a/templates/common/Gruntfile.js +++ b/templates/common/Gruntfile.js @@ -252,7 +252,8 @@ module.exports = function (grunt) { '*.{ico,txt}', '.htaccess', 'components/**/*', - 'images/{,*/}*.{gif,webp}' + 'images/{,*/}*.{gif,webp}', + 'styles/fonts/*' ] }] }