NAME
Plack::Middleware::HTMLMinify
VERSION Version 0.1
DESCRIPTION
This module will use HTML::Packer to minify HTML code on-the-fly automatically. Currently it will check if Content-Type is text/html
.
SYNOPSIS
use Plack::Builder;
builder {
enable 'HTMLMinify', opt => {remove_newlines => 1};
}
AUTHOR
Gea-Suan Lin, <gslin at gslin.org>