forked from MapComplete/MapComplete
Refactoring: more removal of old-style SVG bundling
This commit is contained in:
parent
6c75553f3f
commit
e4aedc9696
7 changed files with 70 additions and 49 deletions
|
@ -4,6 +4,30 @@ function genImages(dryrun = false) {
|
|||
console.log("Generating images")
|
||||
// These images are not referenced via 'Svg.ts' anymore and can be ignored
|
||||
const blacklist: string[] = [
|
||||
"add",
|
||||
"addSmall",
|
||||
"brick_wall_square",
|
||||
"clock",
|
||||
"community",
|
||||
"copyright",
|
||||
"cross",
|
||||
"cross_bottom_right",
|
||||
"crosshair_locked",
|
||||
"delete_not_allowed",
|
||||
"direction_gradient",
|
||||
"direction_stroke",
|
||||
"duplicate",
|
||||
"elevator",
|
||||
"elevator_wheelchair",
|
||||
"liberapay",
|
||||
"length_crosshair",
|
||||
"speech_bubble_black_outline",
|
||||
"square",
|
||||
"star_half",
|
||||
"star_outline",
|
||||
"star",
|
||||
"osm_logo_us",
|
||||
|
||||
"SocialImageForeground",
|
||||
"wikipedia",
|
||||
"Upload",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue