X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Asset.php;h=84b559e183adb3d45a1b20dc8e3ac936a58bc444;hb=3ed207c154a834d00fdc15dffcbc51303f6a50b6;hp=c8adb503456aa9e81ea5d946f47d3eb07d2337b6;hpb=b368aad607efbd8dae9e558e7022f086b805e058;p=Pman.Core diff --git a/Asset.php b/Asset.php index c8adb503..84b559e1 100644 --- 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; }