ride/web-minifier

Minifier integration for a Ride web application.

1.0.1 2020-01-03 12:46 UTC

This package is auto-updated.

Last update: 2024-03-29 03:01:20 UTC


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