Minifies HTML and XML output for Kirby projects.
The plugin extends Kirby’s core template component and directly applies post-processing to template-based HTML and XML output. It removes comments and trims trailing whitespace from text nodes, using PHP’s native DOM parsers.
composer require kenshodigital/kirby-minify ^1.0The plugin works out-of-the-box, no further configuration required.