mirror of
https://github.com/mrclay/minify.git
synced 2025-08-20 04:41:29 +02:00
Update CSSmin, adds Minify_CSSmin wrapper, removes units for CSSmin
This commit is contained in:
@@ -43,7 +43,7 @@ if (isset($_POST['method']) && $_POST['method'] === 'Minify and serve') {
|
||||
exit();
|
||||
}
|
||||
|
||||
$classes = array('Minify_HTML', 'Minify_CSS', 'JSMin', 'JSMinPlus');
|
||||
$classes = array('Minify_HTML', 'JSMin', 'Minify_CSS', 'Minify_CSSmin', 'JSMinPlus');
|
||||
|
||||
if (isset($_POST['method']) && in_array($_POST['method'], $classes)) {
|
||||
|
||||
|
Reference in New Issue
Block a user