From 0001b801d7f5e22fe8bcf0cf44d8102f068cb229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=BCrlimann=20=28CyT=29?= Date: Fri, 6 Feb 2015 13:10:56 +0100 Subject: [PATCH] Use yeoman.app for ionic font in Gruntfile template. --- templates/common/_Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/common/_Gruntfile.js b/templates/common/_Gruntfile.js index b8a73a2..6bbd227 100644 --- a/templates/common/_Gruntfile.js +++ b/templates/common/_Gruntfile.js @@ -278,7 +278,7 @@ module.exports = function (grunt) { }, fonts: { expand: true, - cwd: 'app/bower_components/ionic/release/fonts/', + cwd: '<%%= yeoman.app %>/bower_components/ionic/release/fonts/', dest: '<%%= yeoman.app %>/fonts/', src: '*' },