fixes #1948 replace cssmin by minify

- switched from cssmin to matthiasmullie/minify for CSS minification.
- the minify lib requires the path-converter lib (from the same author), which has been added as well (in include/minify/path-converter).

This change is necessary because cssmin is not compatible with PHP 8.4
This commit is contained in:
Linty
2025-09-23 16:28:29 +02:00
parent dae3c772c6
commit fcb465f039
21 changed files with 2727 additions and 38 deletions

618
include/minify/src/JS.php Normal file

File diff suppressed because one or more lines are too long