Skip to content

ScavixSoftware/scavix-wdf-minify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scavix Software Web Development Framework

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages