Remove Bootstrap
This commit is contained in:
parent
ee0cfc4066
commit
757974c458
7 changed files with 1 additions and 20 deletions
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"bootstrap": "^5.2",
|
||||
"leaflet": "^1.9"
|
||||
}
|
||||
}
|
||||
|
|
7
static/bootstrap/bootstrap.bundle.min.js
vendored
7
static/bootstrap/bootstrap.bundle.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
7
static/bootstrap/bootstrap.min.css
vendored
7
static/bootstrap/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4,6 +4,4 @@ set -e
|
|||
|
||||
npm update
|
||||
|
||||
cp -v node_modules/bootstrap/dist/{css/bootstrap.min.css{,.map},js/bootstrap.bundle.min.js{,.map}} static/bootstrap
|
||||
|
||||
cp -rv node_modules/leaflet/dist/{leaflet.{css,js{,.map}},images} static/leaflet
|
||||
|
|
Loading…
Reference in a new issue