NuglifyJsOptions
type NuglifyJsOptions =
{
ShortenNames: bool
KeepLicenceComments: bool
MinifyWhileWatching: bool
}| Assembly | Nacara.Plugin.Assets.Nuglify |
Options for minifying JavaScript.
Fields
ShortenNames: bool
ShortenNames: boolShorten the names of local variables.
Locals only. Anything reachable from outside - a custom element, a function on window - keeps the name it was written with, or nothing could call it.