kenshodigital/kirby-html

Minifies HTML output for Kirby projects.

1.0.0 2025-04-01 22:17 UTC

This package is auto-updated.

Last update: 2025-04-01 22:22:03 UTC


README

Minifies HTML output for Kirby projects.

General

Minifies HTML output by removing comments and trailing whitespace around text nodes, using PHP 8.4’s native HTML5 parser.

Usage

Installation

composer require kenshodigital/kirby-html ^1.0

Configuration

Works out of the box without any configuration.