1
0
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:
Steve Clay
2013-11-13 20:18:19 -05:00
parent e778d4f714
commit 218f37fb44
98 changed files with 133 additions and 1052 deletions

View File

@@ -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)) {