From 3ed207c154a834d00fdc15dffcbc51303f6a50b6 Mon Sep 17 00:00:00 2001 From: john Date: Wed, 15 Aug 2018 14:21:09 +0800 Subject: [PATCH] Asset.php --- Asset.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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; } -- 2.39.2