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

index c28e85a..be9b38f 100644 (file)
@@ -211,7 +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`;