Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Commit

Permalink
fix(copy): ionicons copied from ionicons
Browse files Browse the repository at this point in the history
  • Loading branch information
jgw96 authored and danbucholtz committed Nov 18, 2016
1 parent 87cf804 commit 69f89a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions config/copy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@ module.exports = {
src: 'node_modules/ionicons/dist/fonts/',
dest: '{{WWW}}/assets/fonts/'
},
{
src: 'node_modules/ionic-angular/fonts/',
dest: '{{WWW}}/assets/fonts/'
}
]
};
3 changes: 2 additions & 1 deletion config/sass.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ module.exports = {
*/
includePaths: [
'node_modules/ionic-angular/themes',
'node_modules/ionicons/dist/scss'
'node_modules/ionicons/dist/scss',
'node_modules/ionic-angular/fonts'
],

/**
Expand Down

0 comments on commit 69f89a8

Please sign in to comment.