test inlining

This commit is contained in:
Bruno Rybársky 2024-02-04 10:58:46 +01:00
parent dc0ed52b06
commit b8b9bc985e

@ -61,7 +61,7 @@ function minifyJs($js) {
//$js = preg_replace('!/\*[^*]*\*+([^/][^*]*\*+)*/!', '', $js);
// Remove line comments
//$js = preg_replace('!(//.*)|(/\*.*?\*/)!s', '', $js);
$js = preg_replace('!(//.*)|(/\*.*?\*/)!s', '', $js);
// Remove newlines and tabs
//$js = str_replace(array("\r\n", "\r", "\n", "\t"), '', $js);