1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-24 22:45:51 +02:00

set default compilation_level=SIMPLE_OPTIMIZATIONS

anyway that's the default in the jar anyway :)
This commit is contained in:
Elan Ruusamäe
2012-04-03 18:01:54 +03:00
parent a2b6036430
commit 91af676645

View File

@@ -86,7 +86,7 @@ class Minify_ClosureCompiler {
$o = array_merge(
array(
'charset' => 'utf-8',
'compilation_level' => '',
'compilation_level' => 'SIMPLE_OPTIMIZATIONS',
),
$userOptions
);