From: john Date: Wed, 15 Aug 2018 06:41:25 +0000 (+0800) Subject: Asset.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=b0d7cfaaa0ce582c42dd9588a21dff43a60c8f36 Asset.php --- diff --git a/Asset.php b/Asset.php index cd676db9..cc2f2256 100644 --- a/Asset.php +++ b/Asset.php @@ -141,7 +141,7 @@ class Pman_Core_Asset extends Pman { "{$type}compile" )); break; - //dir config for template? + // template default: return false; } @@ -156,4 +156,9 @@ class Pman_Core_Asset extends Pman { return false; } + + function clearCompileCache() + { + + } }