scavix / wdf-minify
This package is abandoned and no longer maintained.
No replacement package was suggested.
Minify components
v1.1.3
2026-09-02 09:10 UTC
Requires
- scavix/wdf-core: ^1.1.4
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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',
];