JsCompile.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 28 Feb 2013 16:07:32 +0000 (00:07 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 28 Feb 2013 16:07:32 +0000 (00:07 +0800)
JsCompile.php

index 80a62e1..195330d 100644 (file)
@@ -211,8 +211,7 @@ class Pman_Core_JsCompile  extends Pman
         $eoutput = escapeshellarg($output);
         $cmd = $seed ?
             ("$seed {$o['cssminify']}  $eoutput " . implode($ofiles, ' ')) :
-            ("$gjs {$o['cssminify']}  $eoutput " . implode($ofiles, ' ')) :
-            ;
+            ("$gjs {$o['cssminify']}  $eoutput " . implode($ofiles, ' ')); 
         //echo "<PRE>$cmd\n"; echo `$cmd`; exit;
         `$cmd`;