DataObjects/Core_enum.php
[Pman.Core] / JsCompile.php
index dd977c5..c61d434 100644 (file)
@@ -37,7 +37,7 @@ class Pman_Core_JsCompile  extends Pman
     }
     
     
-    function get($proj, $args)
+    function get($proj, $args=array())
     {
         if (empty($args)) {
             die("missing action : eg. build or install");
@@ -264,10 +264,7 @@ class Pman_Core_JsCompile  extends Pman
         if (isset($o['packseed'])) {
             return $this->packSeed($files,$output,$translation_base);
         }
-        if (!empty($o['disable_packer'])) {
-            echo "<!-- packer disabled    disable_packer  != false -->";
-            return;
-        }
+        
         
         require_once 'System.php';
         $packer = System::which('roojspacker');