Asset.php
[Pman.Core] / 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;
         }