RulesetRuleActionParametersAutominify

data class RulesetRuleActionParametersAutominify(val css: Boolean? = null, val html: Boolean? = null, val js: Boolean? = null)

Constructors

Link copied to clipboard
constructor(css: Boolean? = null, html: Boolean? = null, js: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val css: Boolean? = null

Minify CSS files.

Link copied to clipboard
val html: Boolean? = null

Minify HTML files.

Link copied to clipboard
val js: Boolean? = null

Minify JS files.