Fix missing icon font
This commit is contained in:
parent
5c000d2067
commit
941b651305
@ -63,6 +63,10 @@ find css -type f -not -name 'framework7.bundle.min.css' -delete
|
||||
find js -type f -not -name 'framework7.bundle.min.js' -delete
|
||||
cd $DIR
|
||||
|
||||
cd framework7-icons
|
||||
rm -rf svg
|
||||
cd $DIR
|
||||
|
||||
cd jquery
|
||||
rm -rf src
|
||||
rm -rf external
|
||||
|
@ -6,6 +6,7 @@
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-free": "^5.12.1",
|
||||
"framework7": "^5.5.1",
|
||||
"framework7-icons": "^3.0.0",
|
||||
"jquery": "^3.4.1",
|
||||
"leaflet": "^1.5.1",
|
||||
"leaflet-geometryutil": "^0.9.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user