C# Class B4BCore.Internal.ConfigInfo

Mostrar archivo Open project: JonPSmith/MvcUsingBower Class Usage Examples

Public Methods

Method Description
GetFileTypeData ( CssOrJs cssOrJs ) : FileTypeConfigInfo
GetFileTypeData ( string fileExtension ) : FileTypeConfigInfo
ReadConfig ( string configFilePath ) : ConfigInfo

This returns the config for the BundlerForBower. It forms this by reading the default setting from the manifest and then merges in any user config file, if present

ToString ( ) : string

Private Methods

Method Description
ReadDefaultConfigFileFromAssembly ( ) : string

Method Details

GetFileTypeData() public method

public GetFileTypeData ( CssOrJs cssOrJs ) : FileTypeConfigInfo
cssOrJs CssOrJs
return FileTypeConfigInfo

GetFileTypeData() public method

public GetFileTypeData ( string fileExtension ) : FileTypeConfigInfo
fileExtension string
return FileTypeConfigInfo

ReadConfig() public static method

This returns the config for the BundlerForBower. It forms this by reading the default setting from the manifest and then merges in any user config file, if present
public static ReadConfig ( string configFilePath ) : ConfigInfo
configFilePath string
return ConfigInfo

ToString() public method

public ToString ( ) : string
return string