mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Minify less files output if enabled
This commit is contained in:
parent
b3bbfb154b
commit
e2b11591af
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user