ride / lib-minifier
Minifier library of the Ride framework
Installs: 3 409
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 0
Open Issues: 0
Requires
- ride/lib-image: ^1.0.0
- ride/lib-system: ^1.0.0
This package is auto-updated.
Last update: 2024-10-23 14:44:33 UTC
README
Minifier library of the PHP Ride framework to minify your CSS and JS before sending them to the browser.
What's In This Library
Minifier
The Minifier interface is the starting point of this library.
It's implemented by the CssMinifier and JsMinifier classes.
Related Modules
Installation
You can use Composer to install this library.
composer require ride/lib-minifier