Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
fix(build): add httpFontsPath to Gruntfile
Browse files Browse the repository at this point in the history
Fix #244
  • Loading branch information
passy committed Jun 26, 2013
1 parent 27ed202 commit b00deb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/common/Gruntfile.js
Expand Up @@ -148,6 +148,7 @@ module.exports = function (grunt) {
importPath: '<%%= yeoman.app %>/bower_components',
httpImagesPath: '/images',
httpGeneratedImagesPath: '/images/generated',
httpFontsPath: '/styles/fonts',
relativeAssets: false
},
dist: {},
Expand Down

0 comments on commit b00deb1

Please sign in to comment.