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

Commit 69f89a8

Browse files
jgw96danbucholtz
authored andcommitted
fix(copy): ionicons copied from ionicons
1 parent 87cf804 commit 69f89a8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

config/copy.config.js

+4
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,9 @@ module.exports = {
2727
src: 'node_modules/ionicons/dist/fonts/',
2828
dest: '{{WWW}}/assets/fonts/'
2929
},
30+
{
31+
src: 'node_modules/ionic-angular/fonts/',
32+
dest: '{{WWW}}/assets/fonts/'
33+
}
3034
]
3135
};

config/sass.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ module.exports = {
4242
*/
4343
includePaths: [
4444
'node_modules/ionic-angular/themes',
45-
'node_modules/ionicons/dist/scss'
45+
'node_modules/ionicons/dist/scss',
46+
'node_modules/ionic-angular/fonts'
4647
],
4748

4849
/**

0 commit comments

Comments
 (0)