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