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

index c8adb50..84b559e 100644 (file)
--- a/Asset.php
+++ b/Asset.php
@@ -126,12 +126,12 @@ class Pman_Core_Asset extends Pman {
     static function getCompileDir($type)
     {
         switch($type) {
-            case 'js'
+            case 'js':
+                break;
+            case 'css':
+                break;
+            case 'template':
                 break;
-                case 'js'
-                    break;
-                    case 'js'
-                        break;
             default:
                 return false;
         }