Currently the system only works with bootstart 4.1.1, which also appears to need jquery 3.
Additionally to get it to work with chart.js 4 we appear to need a very slight mode to the Makefile. My running version has:
SpekCheck@ /opt/SpekCheck
├── bootstrap@4.1.1
├── chart.js@4.5.1
├── jquery@3.7.1
└── popper.js@1.16.1
and Makefile diff.
diff --git a/Makefile b/Makefile
index 5169970..90bef1d 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@ npm_js :=
node_modules/jquery/dist/jquery.min.js
node_modules/popper.js/dist/umd/popper.min.js
node_modules/bootstrap/dist/js/bootstrap.min.js \
- node_modules/chart.js/dist/Chart.min.js
- node_modules/chart.js/dist/chart.umd.min.js
npm_licenses :=
node_modules/jquery/LICENSE.txt \
I also can't get the icon and favicon generation to work on my debian 13.1 server but they work fine on my mac laptop, so I have been copying over the relevant files.
Currently the system only works with bootstart 4.1.1, which also appears to need jquery 3.
Additionally to get it to work with chart.js 4 we appear to need a very slight mode to the Makefile. My running version has:
SpekCheck@ /opt/SpekCheck
├── bootstrap@4.1.1
├── chart.js@4.5.1
├── jquery@3.7.1
└── popper.js@1.16.1
and Makefile diff.
diff --git a/Makefile b/Makefile
index 5169970..90bef1d 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@ npm_js :=
node_modules/jquery/dist/jquery.min.js
node_modules/popper.js/dist/umd/popper.min.js
node_modules/bootstrap/dist/js/bootstrap.min.js \
npm_licenses :=
node_modules/jquery/LICENSE.txt \
I also can't get the icon and favicon generation to work on my debian 13.1 server but they work fine on my mac laptop, so I have been copying over the relevant files.