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:
@@ -86,7 +86,7 @@ class Minify_ClosureCompiler {
|
||||
$o = array_merge(
|
||||
array(
|
||||
'charset' => 'utf-8',
|
||||
'compilation_level' => '',
|
||||
'compilation_level' => 'SIMPLE_OPTIMIZATIONS',
|
||||
),
|
||||
$userOptions
|
||||
);
|
||||
|
Reference in New Issue
Block a user