Skip to content

Commit

Permalink
Use yeoman.app for ionic font in Gruntfile template.
Browse files Browse the repository at this point in the history
  • Loading branch information
huerlisi committed May 26, 2015
1 parent 11db576 commit 0001b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/common/_Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: '*'
},
Expand Down

0 comments on commit 0001b80

Please sign in to comment.