scavix/wdf-minify
最新稳定版本:v1.0.2
Composer 安装命令:
composer require scavix/wdf-minify
包简介
Minify components
README 文档
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
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2025-09-09