AssetTrait.php
authorAlan Knowles <alan@roojs.com>
Wed, 16 Dec 2020 05:13:22 +0000 (13:13 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 16 Dec 2020 05:13:22 +0000 (13:13 +0800)
AssetTrait.php

index 69dfd90..c38ebf3 100644 (file)
@@ -326,6 +326,8 @@ trait Pman_Core_AssetTrait {
             
             //print_r($relfiles);
             
+            require_once 'HTML/SCSS.php';
+            
             require_once 'HTML/CSS/Minify.php';
             $x = new HTML_CSS_Minify(substr($relpath,0,-1), $dir, $relfiles);