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

index 2a62192..d26eb45 100644 (file)
--- 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;