Add a Makefile to compile JS and CSS

This commit is contained in:
2026-01-18 23:32:19 +01:00
parent ad40f7fb0c
commit 84cec29b5b
3 changed files with 4 additions and 3 deletions

View File

@@ -2,6 +2,6 @@
```bash
$ npm install terser
$ npx terser theme_selector.js tabs_selector.js -c -m -o ../main.min.js
$ npx terser theme_selector.js tabs_selector.js validators.js -c -m -o ../main.min.js
```