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