From e694aaf332b3e6e7d86220936773c7818c5bd5aa Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 22 Mar 2023 20:34:48 +0100 Subject: use npm to manage Javascript libraries I'm not the biggest fan of combining many package managers, but the JavaScript libraries (Bootstrap, Bootstrap-Icons, later the @types modules and Leaflet) are easy to get via npm, so maybe we can use that to our advantage and have npm at least download them. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4ff2054..56f6db9 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ poetry.toml /language-packs # The module docs are regenerated using sphinx-apidoc doc/developer/module/ +/node_modules -- cgit v1.2.3