BundleBase T  WithReleaseFileRenderer Method SquishIt API Documentation
Configure bundle to use a non-standard file renderer. This is useful if you want combined files uploaded to a static server or CDN.

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

public T WithReleaseFileRenderer(
	IRenderer renderer
)

Parameters

renderer
Type: IRenderer
Implementation of IRenderer to be used when creating combined file.

Return Value

Type: T
See Also