Skip to content

Commit 0001b80

Browse files
committed
Use yeoman.app for ionic font in Gruntfile template.
1 parent 11db576 commit 0001b80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/common/_Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ module.exports = function (grunt) {
278278
},
279279
fonts: {
280280
expand: true,
281-
cwd: 'app/bower_components/ionic/release/fonts/',
281+
cwd: '<%%= yeoman.app %>/bower_components/ionic/release/fonts/',
282282
dest: '<%%= yeoman.app %>/fonts/',
283283
src: '*'
284284
},

0 commit comments

Comments
 (0)