From: Alan Knowles Date: Fri, 22 Jul 2011 08:59:37 +0000 (+0800) Subject: JsCompile.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=7d2b9e492b7cfbd00e949e7965a6383251ff005b;p=Pman.Core JsCompile.php --- diff --git a/JsCompile.php b/JsCompile.php index bcbd2ef5..141f00e9 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -245,7 +245,7 @@ class Pman_Core_JsCompile extends Pman echo "
$cmd\n";
         echo `$cmd`;
         `$cmd`;
-        
+        exit;
         
         // we should do more checking.. return val etc..
         if (file_exists($output) && ($max < filemtime($output) ) ) {