Documentation
¶
Index ¶
Constants ¶
View Source
const ( // HTML mime type for comparison HTML = "text/html" // CSS mime type for comparison CSS = "text/css" // Javascript mime type for comparison Javascript = "application/javascript" // SVG mime type for comparison SVG = "image/svg+xml" // JSON mime type for comparison JSON = "application/json" // XML mime type for comparison XML = "text/xml" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
MinifyHTML bool
MinifyCSS bool
MinifyJS bool
MinifySVG bool
MinifyJSON bool
MinifyXML bool
}
Config represents the options for minifying output.
Click to show internal directories.
Click to hide internal directories.