Skip to content

Commit

Permalink
fix CSS fonts path
Browse files Browse the repository at this point in the history
  • Loading branch information
serpent213 committed Jun 12, 2013
1 parent 4229c6e commit 0207114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ module.exports = function (grunt) {
cssDir: '.tmp/styles',
imagesDir: '<%= yeoman.app %>/images',
javascriptsDir: '<%= yeoman.app %>/scripts',
fontsDir: 'styles/fonts',
// fontsDir: 'styles/fonts',
importPath: '<%= yeoman.app %>/components',
relativeAssets: true
},
Expand Down

0 comments on commit 0207114

Please sign in to comment.