refactor font path

This commit is contained in:
Javier 2016-08-31 12:17:30 -03:00
commit 409a0ec292
2 changed files with 4 additions and 4 deletions

View file

@ -184,7 +184,7 @@ module.exports = function(grunt) {
ionic_fonts: {
expand: true,
flatten: true,
src: ['bower_components/ionic/release/fonts/ionicons.*', 'public/roboto-font/*.ttf'],
src: 'bower_components/ionic/release/fonts/ionicons.*',
dest: 'public/fonts/'
},
ionic_js: {