scavix/wdf-minify

Minify components

Maintainers

Package info

github.com/ScavixSoftware/scavix-wdf-minify

pkg:composer/scavix/wdf-minify

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.1.0 2026-01-30 11:22 UTC

This package is auto-updated.

Last update: 2026-03-01 00:48:08 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',
];

Uses

Dependencies