chore: rm vendors/ dir before collecting vendors
This commit is contained in:
parent
f460b39dae
commit
a767353706
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env sh
|
||||
rm -rf umap/static/umap/vendors/
|
||||
|
||||
mkdir -p umap/static/umap/vendors/leaflet/ && cp -r node_modules/leaflet/dist/** umap/static/umap/vendors/leaflet/
|
||||
mkdir -p umap/static/umap/vendors/editable/ && cp -r node_modules/leaflet-editable/src/Leaflet.Editable.js umap/static/umap/vendors/editable/
|
||||
|
|
Loading…
Reference in a new issue