Merge branch 'develop' into 'main'
Develop See merge request !24
No related branches found
No related tags found
Showing
- app.js 6 additions, 2 deletionsapp.js
- locales/en.json 6 additions, 0 deletionslocales/en.json
- locales/fr.json 6 additions, 0 deletionslocales/fr.json
- package.json 2 additions, 0 deletionspackage.json
- public/javascripts/bootstrap.bundle.min.js 0 additions, 7 deletionspublic/javascripts/bootstrap.bundle.min.js
- public/javascripts/bootstrap.bundle.min.js.map 0 additions, 1 deletionpublic/javascripts/bootstrap.bundle.min.js.map
- public/javascripts/jquery-3.6.4.min.js 0 additions, 2 deletionspublic/javascripts/jquery-3.6.4.min.js
- public/stylesheets/bootstrap.min.css 0 additions, 6 deletionspublic/stylesheets/bootstrap.min.css
- public/stylesheets/bootstrap.min.css.map 0 additions, 1 deletionpublic/stylesheets/bootstrap.min.css.map
- routes/index.js 7 additions, 2 deletionsroutes/index.js
- views/404.pug 11 additions, 0 deletionsviews/404.pug
... | ... | @@ -7,6 +7,7 @@ |
"test": "mocha" | ||
}, | ||
"dependencies": { | ||
"bootstrap": "^5.2.3", | ||
"bootstrap-icons": "^1.10.4", | ||
"cookie-parser": "~1.4.3", | ||
"debug": "~2.6.9", | ||
... | ... | @@ -15,6 +16,7 @@ |
"i18next": "^21.6.6", | ||
"i18next-fs-backend": "^1.1.4", | ||
"i18next-http-middleware": "^3.1.5", | ||
"jquery": "^3.6.4", | ||
"leaflet": "^1.9.3", | ||
"moment": "^2.29.1", | ||
"morgan": "~1.9.0", | ||
... | ... |
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
public/stylesheets/bootstrap.min.css
deleted
100644 → 0
source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
views/404.pug
0 → 100644
Please register or sign in to comment