scavix / wdf-minify
Minify components
v1.0.0
2025-09-09 09:03 UTC
Requires
- scavix/wdf-core: ^1.0.0
This package is auto-updated.
Last update: 2025-09-09 09:16:01 UTC
README
This is a package for the Scavix Software Web Development Framework. It contains functions to minify and combine css and js files.
Deprecation
The code is very old and has not been tested for a long time. So better just dont use.
Installation
Install the package with composer require scavix/wdf-minify
Configuration
$GLOBALS['CONFIG']['minify'] =
[
'target_path' => 'path/to/folder',
'base_name => 'base_name_for_files',
'url' => '//base/url/where/targte_path/is/served',
];