diff --git a/modules/cms/classes/CombineAssets.php b/modules/cms/classes/CombineAssets.php index 715fc1044..53cdd7f43 100644 --- a/modules/cms/classes/CombineAssets.php +++ b/modules/cms/classes/CombineAssets.php @@ -94,6 +94,7 @@ class CombineAssets if ($this->useMinify) { $this->registerFilter('js', new \Assetic\Filter\JSMinFilter); $this->registerFilter('css', new \October\Rain\Support\Filters\StylesheetMinify); + $this->registerFilter('less', new \October\Rain\Support\Filters\StylesheetMinify); } }