BundleBase T  WithMinifier TMin  Method SquishIt API Documentation
Configure bundle to use a type other than the default minifier for given bundle type.

Namespace: SquishIt.Framework.Base
Assembly: SquishIt.Framework (in SquishIt.Framework.dll) Version: 0.9.5.0 (0.9.5.0)
Syntax

public T WithMinifier<TMin>()
where TMin : Object, IMinifier<T>
Type Parameters

TMin
Type of IMinifier to use.

Return Value

Type: T
See Also