ride / web-minifier
Minifier integration for a Ride web application.
Installs: 3 431
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 0
Open Issues: 0
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