BundleBase T  AddMinifiedDirectory Method SquishIt API Documentation
Add all files in a directory with extensions matching those known to bundle type. Defaults to include subfolders. All files found will be considered pre-minified.

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

public T AddMinifiedDirectory(
	string folderPath,
	bool recursive = true
)

Return Value

Type: T
See Also