diff --git a/install_dependencies.sh b/install_dependencies.sh index 6d8c226..b2d770a 100755 --- a/install_dependencies.sh +++ b/install_dependencies.sh @@ -72,6 +72,7 @@ unzip -o temp/leaflet.zip -d temp/ mv temp/leaflet.js ./static/js/ mv temp/leaflet.css ./static/css/ +mv temp/images/* ./static/css/images/ # jvectormap JVECTORMAP_VERSION="2.0.3"