1
0
Fork 0
yinghong-massage.de/update_deps.sh
2022-11-02 19:59:03 +01:00

10 lines
284 B
Bash
Executable file

#!/usr/bin/env bash
set -e
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