DataObjects/Core_notify.php
[Pman.Core] / JsCompile.php
index b80ea0e..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`;
         
@@ -281,7 +281,7 @@ class Pman_Core_JsCompile  extends Pman
         
         $cmd = ($seed ?
              "$seed {$o['jspacker']}/pack.js " :
-             "$gjs -I{$o['jspacker']} -I{$o['jspacker']}/JSDOC -- -- {$o['jspacker']}/pack.js " 
+             "$gjs -I {$o['jspacker']} -I {$o['jspacker']}/JSDOC  {$o['jspacker']}/pack.js -- -- " 
               
              ) . " $eoutput  $toutput " . implode($ofiles, ' ') . ' 2>&1';
         //echo "<PRE>$cmd\n";