test inlining

This commit is contained in:
Bruno Rybársky 2024-02-04 11:12:42 +01:00
parent 98bf4ccb58
commit 704e580a38

@ -43,7 +43,7 @@ function inlineScriptFromSrc($inputString) {
function minifyCss($css) {
// Remove comments
//$css = preg_replace('!/\*[^*]*\*+([^/][^*]*\*+)*/!', '', $css);
$css = preg_replace('!/\*[^*]*\*+([^/][^*]*\*+)*/!', '', $css);
// Remove whitespace
//$css = preg_replace('/\s+/', ' ', $css);