ScriptBundlingOptions.UseMinJS property

namespace: Serenity.Web   assemblySerenity.Net.Web

Should a ".min.js" file that exists in file system be used if available, instead of minifying the file in memory.

public bool? UseMinJS { get; set; }

See Also