Skip to content

NuglifyCssOptions

type NuglifyCssOptions =
    {
        KeepLicenceComments: bool
        MinifyWhileWatching: bool
    }
AssemblyNacara.Plugin.Assets.Nuglify

Options for minifying CSS.

Fields

KeepLicenceComments: bool

Keep /*! … */ comments, where a licence lives.

MinifyWhileWatching: bool

Minify while watching too.