Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Commit

Permalink
Merge pull request #596 from neilhem/fonts-dir
Browse files Browse the repository at this point in the history
Update all fonts references
  • Loading branch information
silvenon committed Sep 26, 2015
2 parents 2384bab + a8b7c79 commit 13363a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/templates/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ module.exports = function (grunt) {
'<%%= config.dist %>/scripts/{,*/}*.js',
'<%%= config.dist %>/styles/{,*/}*.css',
'<%%= config.dist %>/images/{,*/}*.*',
'<%%= config.dist %>/styles/fonts/{,*/}*.*',
'<%%= config.dist %>/fonts/{,*/}*.*',
'<%%= config.dist %>/*.{ico,png}'
]
}
Expand Down Expand Up @@ -371,7 +371,7 @@ module.exports = function (grunt) {
'*.{ico,png,txt}',
'images/{,*/}*.webp',
'{,*/}*.html',
'styles/fonts/{,*/}*.*'
'fonts/{,*/}*.*'
]
}<% if (includeBootstrap) { %>, {
expand: true,
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/assemble.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ useminPrepare: {
'*.{ico,png,txt}',
'images/{,*/}*.webp',
- '{,*/}*.html',
'styles/fonts/{,*/}*.*'
'fonts/{,*/}*.*'
]
+ }, {
+ expand: true,
Expand Down
4 changes: 2 additions & 2 deletions docs/recipes/compass.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ compass: {
cssDir: '.tmp/styles',
imagesDir: '<%= config.app %>/images',
javascriptsDir: '<%= config.app %>/scripts',
fontsDir: '<%= config.app %>/styles/fonts',
fontsDir: '<%= config.app %>/fonts',
generatedImagesDir: '.tmp/images/generated',
importPath: 'bower_components',
httpImagesPath: '../images',
httpGeneratedImagesPath: '../images/generated',
httpFontsPath: 'fonts',
httpFontsPath: '../fonts',
relativeAssets: false,
assetCacheBuster: false
},
Expand Down

0 comments on commit 13363a5

Please sign in to comment.