mirror of
https://github.com/mrclay/minify.git
synced 2025-08-22 13:42:48 +02:00
@@ -55,7 +55,7 @@ if ($env->post('method') === 'Minify and serve') {
|
||||
}
|
||||
|
||||
$tpl = array();
|
||||
$tpl['classes'] = array('Minify_HTML', 'JSMin\\JSMin', 'Minify_CSS');
|
||||
$tpl['classes'] = array('Minify_HTML', 'JSMin\\JSMin', 'Minify_CSS', 'Minify_Lines');
|
||||
|
||||
if (in_array($env->post('method'), $tpl['classes'])) {
|
||||
|
||||
|
Reference in New Issue
Block a user