From: john Date: Wed, 15 Aug 2018 06:25:53 +0000 (+0800) Subject: Asset.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=f9e5bf660c8dc76c953c940074724b9d678da35f Asset.php --- diff --git a/Asset.php b/Asset.php index 6602318a..c4bf9a0e 100644 --- a/Asset.php +++ b/Asset.php @@ -141,19 +141,10 @@ class Pman_Core_Asset extends Pman { "{$type}compile" )); break; - case 'template': - print_r($ff);exit; - break; default: return false; } - exit; - - - - - if (file_exists($compile_dir)) { return $compile_dir; }