Use JShrink from the include path

refs #6165
refs #6166
This commit is contained in:
Eric Lippmann 2014-11-14 11:55:06 +01:00
parent 8e7a56db58
commit 6624b764cf
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ class JavaScript
}
if ($minified) {
require_once 'IcingaVendor/JShrink/Minifier.php';
require_once 'JShrink/Minifier.php';
$out .= Minifier::minify($js, array('flaggedComments' => false));
} else {
$out .= $js;