Documentation ¶
Overview ¶
Package minifiers contains minifiers mapped to MIME types. This package is used in both the resource transformation, i.e. resources.Minify, and in the publishing chain.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { // Whether output minification is enabled (HTML in /public) MinifyOutput bool // contains filtered or unexported fields }
Client wraps a minifier.
func New ¶
New creates a new Client with the provided MIME types as the mapping foundation. The HTML minifier is also registered for additional HTML types (AMP etc.) in the provided list of output formats.
func (Client) Transformer ¶
func (m Client) Transformer(mediatype media.Type) transform.Transformer
Transformer returns a func that can be used in the transformer publishing chain. TODO(bep) minify config etc
Click to show internal directories.
Click to hide internal directories.