ride / web-minifier
Minifier integration for a Ride web application.
1.0.1
2020-01-03 12:46 UTC
Requires
- ride/app: ^1.0.0
- ride/lib-minifier: ^1.0.0
- ride/web: ^1.0.0
- ride/web-image: ^1.0.0
README
This module adds a CSS and JS minifier to your web application.
Parameters
- minifier.disable.css: Flag to disable the minifier for CSS files
- minifier.disable.js: Flag to disable the minifier for JS files
- minifier.lazy: When enabled, the minifier will only check if a minifier version exists instead of checking the modification dates of the individual files.
Related Modules
Installation
You can use Composer to install this application.
composer require ride/web-minifier