From 15c116003a6530d67af985437ac24df7276ddaf7 Mon Sep 17 00:00:00 2001 From: Mo8it Date: Wed, 2 Nov 2022 22:25:53 +0100 Subject: [PATCH] Move Leaflet images --- static/{ => leaflet}/images/layers-2x.png | 0 static/{ => leaflet}/images/layers.png | 0 static/{ => leaflet}/images/marker-icon-2x.png | 0 static/{ => leaflet}/images/marker-icon.png | 0 static/{ => leaflet}/images/marker-shadow.png | 0 update_deps.sh | 3 +-- 6 files changed, 1 insertion(+), 2 deletions(-) rename static/{ => leaflet}/images/layers-2x.png (100%) rename static/{ => leaflet}/images/layers.png (100%) rename static/{ => leaflet}/images/marker-icon-2x.png (100%) rename static/{ => leaflet}/images/marker-icon.png (100%) rename static/{ => leaflet}/images/marker-shadow.png (100%) diff --git a/static/images/layers-2x.png b/static/leaflet/images/layers-2x.png similarity index 100% rename from static/images/layers-2x.png rename to static/leaflet/images/layers-2x.png diff --git a/static/images/layers.png b/static/leaflet/images/layers.png similarity index 100% rename from static/images/layers.png rename to static/leaflet/images/layers.png diff --git a/static/images/marker-icon-2x.png b/static/leaflet/images/marker-icon-2x.png similarity index 100% rename from static/images/marker-icon-2x.png rename to static/leaflet/images/marker-icon-2x.png diff --git a/static/images/marker-icon.png b/static/leaflet/images/marker-icon.png similarity index 100% rename from static/images/marker-icon.png rename to static/leaflet/images/marker-icon.png diff --git a/static/images/marker-shadow.png b/static/leaflet/images/marker-shadow.png similarity index 100% rename from static/images/marker-shadow.png rename to static/leaflet/images/marker-shadow.png diff --git a/update_deps.sh b/update_deps.sh index 87f4c1c..20e3ea2 100755 --- a/update_deps.sh +++ b/update_deps.sh @@ -6,5 +6,4 @@ npm update cp -v node_modules/bootstrap/dist/{css/bootstrap.min.css{,.map},js/bootstrap.bundle.min.js{,.map}} static/bootstrap -cp -v node_modules/leaflet/dist/leaflet.{css,js{,.map}} static/leaflet -cp -v node_modules/leaflet/dist/images/* static/images +cp -rv node_modules/leaflet/dist/{leaflet.{css,js{,.map}},images} static/leaflet