Click or drag to resize

Utils_MinificationBundleFiles Method (String, BundleConfig)

Bundles files using a base folder and a given config.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static void BundleFiles(
	string folderAbsolutePath,
	BundleConfig bundleConfig
)

Parameters

folderAbsolutePath
Type: SystemString
Bundle relative paths will refer to this folder.
bundleConfig
Type: MicaSystems.UtilsBundleConfig
Config.
See Also