This is a package for the Scavix Software Web Development Framework. It contains functions to minify and combine css and js files.
The code is very old and has not been tested for a long time. So better just dont use.
Install the package with composer require scavix/wdf-minify
.
$GLOBALS['CONFIG']['minify'] =
[
'target_path' => 'path/to/folder',
'base_name => 'base_name_for_files',
'url' => '//base/url/where/targte_path/is/served',
];