Skip to content

NuglifyMinifier class

namespace: Serenity.Web   assemblySerenity.Net.Web

Default implementation of IScriptMinifier and ICssMinifier using the Nuglify library.

public class NuglifyMinifier : ICssMinifier, IScriptMinifier

Public Members

name description
NuglifyMinifier() The default constructor.
MinifyCss(…)
MinifyScript(…)

See Also