From b00deb1a6b72ae6bd4adf39307250adde66b9caf Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 26 Jun 2013 21:49:22 +0200 Subject: [PATCH] fix(build): add httpFontsPath to Gruntfile Fix #244 --- templates/common/Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/common/Gruntfile.js b/templates/common/Gruntfile.js index f8ed63010..525b20279 100644 --- a/templates/common/Gruntfile.js +++ b/templates/common/Gruntfile.js @@ -148,6 +148,7 @@ module.exports = function (grunt) { importPath: '<%%= yeoman.app %>/bower_components', httpImagesPath: '/images', httpGeneratedImagesPath: '/images/generated', + httpFontsPath: '/styles/fonts', relativeAssets: false }, dist: {},