7 lines
122 B
Bash
Executable file
7 lines
122 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
npm update
|
|
|
|
cp -rv node_modules/leaflet/dist/{leaflet.{css,js{,.map}},images} static/leaflet
|