Move Leaflet images
This commit is contained in:
parent
fcd02b21a3
commit
15c116003a
6 changed files with 1 additions and 2 deletions
|
@ -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/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 -rv node_modules/leaflet/dist/{leaflet.{css,js{,.map}},images} static/leaflet
|
||||||
cp -v node_modules/leaflet/dist/images/* static/images
|
|
||||||
|
|
Loading…
Reference in a new issue