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

Commit

Permalink
- [grunt] fixed missing quotes in config of grunt-webfont task
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmorDarks committed Feb 19, 2015
1 parent b2359e2 commit 5168c4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/grunt-webfont.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ module.exports = ->
dest: '<%= path.build.fonts %>/'
destCss: '<%= path.temp.styles %>'
options:
font: icons
types: eot,woff,ttf
font: 'icons'
types: 'eot,woff,ttf'
hashes: false # disabled, since all assets cache-busted by other Grunt task
styles: ''
templateOptions:
Expand Down

0 comments on commit 5168c4d

Please sign in to comment.