From 91af676645fa407e6a757bfcbaaec40f986e8979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 3 Apr 2012 18:01:54 +0300 Subject: [PATCH] set default compilation_level=SIMPLE_OPTIMIZATIONS anyway that's the default in the jar anyway :) --- min/lib/Minify/ClosureCompiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/min/lib/Minify/ClosureCompiler.php b/min/lib/Minify/ClosureCompiler.php index 51e24a7..7856097 100644 --- a/min/lib/Minify/ClosureCompiler.php +++ b/min/lib/Minify/ClosureCompiler.php @@ -86,7 +86,7 @@ class Minify_ClosureCompiler { $o = array_merge( array( 'charset' => 'utf-8', - 'compilation_level' => '', + 'compilation_level' => 'SIMPLE_OPTIMIZATIONS', ), $userOptions );