BundleBase T  ForceDebugIf Method SquishIt API Documentation
Configure bundle to render in debug mode (assets served separately and unminified) if a precondition is met.

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

public T ForceDebugIf(
	Func<bool> predicate
)

Parameters

predicate
Type: OnlineSystem Func OnlineBoolean 

Return Value

Type: T
See Also