From: john Date: Wed, 15 Aug 2018 06:22:10 +0000 (+0800) Subject: Asset.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=edfff3f4d0b213fdf770752e778388451367a1c4 Asset.php --- diff --git a/Asset.php b/Asset.php index 2a621929..d26eb451 100644 --- a/Asset.php +++ b/Asset.php @@ -127,9 +127,10 @@ class Pman_Core_Asset extends Pman { { switch($type) { case 'js': - $suffix + $suffix = 'jscompile'; break; case 'css': + $suffix = 'csscompile'; break; case 'template': break;