[TASK] Use own iconfont set
Reduce overhead in initial load
This commit is contained in:
parent
418b630e02
commit
0abd4130cf
11 changed files with 124 additions and 6 deletions
|
@ -43,11 +43,11 @@ module.exports = function (grunt) {
|
|||
},
|
||||
ionicons: {
|
||||
src: ["fonts/*",
|
||||
"css/ionicons.min.css"
|
||||
"hopglass-icons.css"
|
||||
],
|
||||
expand: true,
|
||||
dest: "build/",
|
||||
cwd: "bower_components/ionicons/"
|
||||
cwd: "assets/icons/"
|
||||
},
|
||||
leafletImages: {
|
||||
src: ["images/*"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue