Asset.php
authorjohn <john@roojs.com>
Wed, 15 Aug 2018 06:41:25 +0000 (14:41 +0800)
committerjohn <john@roojs.com>
Wed, 15 Aug 2018 06:41:25 +0000 (14:41 +0800)
Asset.php

index cd676db..cc2f225 100644 (file)
--- 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()
+    {
+        
+    }
 }