C# Class Ironman.Core.Assets.Filters.CSSSetupImports

Goes through and sets up the asset tree for CSS files
Inheritance: IFilter
Datei anzeigen Open project: JaCraig/Craig-s-Utility-Library

Public Methods

Method Description
Filter ( IList Assets ) : IList

Filters the assets

Private Methods

Method Description
DetermineFile ( FileInfo File, IAsset Asset, string TempFile ) : FileInfo

Determines the actual location of the file.

Method Details

Filter() public method

Filters the assets
public Filter ( IList Assets ) : IList
Assets IList Assets to filter
return IList