mirror of
https://github.com/nextcloud/server.git
synced 2026-03-25 11:54:59 -04:00
5 lines
127 B
PHP
5 lines
127 B
PHP
<?php
|
|
|
|
$minimizer = new OC_Minimizer_CSS();
|
|
$files = $minimizer->findFiles(OC_Util::$core_styles);
|
|
$minimizer->output($files);
|