cleanup cached js and css

This commit is contained in:
tinect
2019-10-20 19:39:46 +02:00
parent 3f6a2fc7fa
commit 74244c7d0a
3 changed files with 20 additions and 0 deletions

View File

@@ -36,6 +36,7 @@
echo file_get_contents($CSSPath);
} else {
echo $css_minifier->minify($CSSPath);
cleanupCSS($css_minifier->getDataHash());
}
?></style>
<?php if (strtolower(trim($DEFAULT_THEME)) != "lumen"): ?>