forked from Adleraci/adlerka.top
test inlining
This commit is contained in:
parent
98bf4ccb58
commit
704e580a38
@ -43,7 +43,7 @@ function inlineScriptFromSrc($inputString) {
|
|||||||
|
|
||||||
function minifyCss($css) {
|
function minifyCss($css) {
|
||||||
// Remove comments
|
// Remove comments
|
||||||
//$css = preg_replace('!/\*[^*]*\*+([^/][^*]*\*+)*/!', '', $css);
|
$css = preg_replace('!/\*[^*]*\*+([^/][^*]*\*+)*/!', '', $css);
|
||||||
|
|
||||||
// Remove whitespace
|
// Remove whitespace
|
||||||
//$css = preg_replace('/\s+/', ' ', $css);
|
//$css = preg_replace('/\s+/', ' ', $css);
|
||||||
|
Loading…
Reference in New Issue
Block a user