Skip to content
Snippets Groups Projects
Commit 7e017253 authored by Bart Visscher's avatar Bart Visscher
Browse files

Load apps before minimizing the core css and js

parent 64f6534f
No related branches found
No related tags found
No related merge requests found
<?php
OC_App::loadApps();
if ($service == 'core.css'){
$minimizer = new OC_Minimizer_CSS();
$files = $minimizer->findFiles(OC_Util::$core_styles);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment