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/*' ] }] }