From: Alan Knowles Date: Wed, 20 Apr 2016 04:13:49 +0000 (+0800) Subject: JsCompile.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=a137e6359f7882ffc0767a4e7c67fdc3b9fc6d90 JsCompile.php --- diff --git a/JsCompile.php b/JsCompile.php index 35454591..7d4c6045 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -291,7 +291,7 @@ class Pman_Core_JsCompile extends Pman unlink($output); } - //var_dump($output); + var_dump($output); if (!file_exists(dirname($output))) { mkdir(dirname($output), 0755, true); }