Skip to content

Commit b00deb1

Browse files
committed
fix(build): add httpFontsPath to Gruntfile
Fix #244
1 parent 27ed202 commit b00deb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/common/Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ module.exports = function (grunt) {
148148
importPath: '<%%= yeoman.app %>/bower_components',
149149
httpImagesPath: '/images',
150150
httpGeneratedImagesPath: '/images/generated',
151+
httpFontsPath: '/styles/fonts',
151152
relativeAssets: false
152153
},
153154
dist: {},

0 commit comments

Comments
 (0)