1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-22 13:42:48 +02:00

Improve Minify_Lines algorithm and add tests

Fixes #531
Fixes #534
This commit is contained in:
Steve Clay
2016-05-18 17:01:59 -04:00
parent de39966e9c
commit 2045731d60
9 changed files with 247 additions and 59 deletions

View File

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