From f35960ad5ef4b52861963e711754d7751380c971 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 16 Dec 2020 13:23:39 +0800 Subject: [PATCH] Asset.php --- Asset.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Asset.php b/Asset.php index 92e43cbb..eb5c0538 100644 --- a/Asset.php +++ b/Asset.php @@ -138,6 +138,7 @@ class Pman_Core_Asset extends Pman { switch($type) { case 'js': case 'css': + case 'scss': $compile_dir .= implode("-", array( $ui['name'], $module, -- 2.39.2