Skip to content

Minifies HTML output for Kirby projects.

License

Notifications You must be signed in to change notification settings

kenshodigital/kirby-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kirby HTML

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.