BundleBase T  AddMinified Method SquishIt API Documentation
Add a single file that has already been minified to a bundle. This will prevent the file from being minified again, a potential cause of bugs in combined file.

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

public T AddMinified(
	string filePath
)

Return Value

Type: T
See Also