1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-26 23:34:44 +02:00

Remove JSMin+ and old, unfinished CssCompressor port

JSMin+ was a good effort but is unmaintained and has collected several
reports of impractical memory usage for a project like this.
This commit is contained in:
Steve Clay
2015-09-29 10:38:22 -04:00
parent fede83cd48
commit e2efb342a8
8 changed files with 4 additions and 2701 deletions

View File

@@ -51,7 +51,7 @@ if (isset($_POST['method']) && $_POST['method'] === 'Minify and serve') {
}
$tpl = array();
$tpl['classes'] = array('Minify_HTML', 'JSMin\\JSMin', 'Minify_CSS', 'Minify_CSS', 'JSMinPlus');
$tpl['classes'] = array('Minify_HTML', 'JSMin\\JSMin', 'Minify_CSS', 'Minify_CSS');
if (isset($_POST['method']) && in_array($_POST['method'], $tpl['classes'])) {