mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 22:44:13 +08:00
moved ionicons to vendor folder
This commit is contained in:
@@ -63,7 +63,7 @@ module.exports = function(grunt) {
|
||||
copy: {
|
||||
ionicons: {
|
||||
files: [
|
||||
{ expand: true, src: ['ionicons/fonts/*'], dest: 'dist/fonts/', flatten: true}
|
||||
{ expand: true, src: ['vendor/ionicons/fonts/*'], dest: 'dist/fonts/', flatten: true}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user