refactor font path
This commit is contained in:
parent
fa2aa37d91
commit
409a0ec292
2 changed files with 4 additions and 4 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue