From b0d7cfaaa0ce582c42dd9588a21dff43a60c8f36 Mon Sep 17 00:00:00 2001 From: john Date: Wed, 15 Aug 2018 14:41:25 +0800 Subject: [PATCH] Asset.php --- Asset.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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() + { + + } } -- 2.39.2