kenshodigital / kirby-html
Minifies HTML output for Kirby projects.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:kirby-plugin
Requires
- php: ^8.4
- ext-dom: *
- getkirby/cms: ^5.0
- getkirby/composer-installer: ^1.2
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.