From 5168c4db2ac3b4e46680826437763c2f27381018 Mon Sep 17 00:00:00 2001 From: ArmorDarks Date: Thu, 19 Feb 2015 15:04:42 +0200 Subject: [PATCH] - [grunt] fixed missing quotes in config of `grunt-webfont` task --- tasks/grunt-webfont.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/grunt-webfont.coffee b/tasks/grunt-webfont.coffee index 11867b60..8b297bfd 100644 --- a/tasks/grunt-webfont.coffee +++ b/tasks/grunt-webfont.coffee @@ -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: