C# Class Rosetta.ScriptSharp.Definition.BuildTask.GenerateBundleTask

The build task.
Inheritance: GenerateTaskBase
ファイルを表示 Open project: andry-tino/Rosetta

Public Methods

Method Description
GenerateBundleTask ( IEnumerable sourceFiles, string outputFolder, string bundleName = "Bundle" ) : System

Initializes a new instance of the GenerateBundleTask class.

GenerateBundleTask ( IEnumerable sourceFiles, string outputFolder, string assemblyPath, IEnumerable references, string bundleName = "Bundle" ) : System

Initializes a new instance of the GenerateBundleTask class.

GenerateBundleTask ( IEnumerable sourceFiles, string outputFolder, string assemblyPath, string bundleName = "Bundle" ) : System

Initializes a new instance of the GenerateBundleTask class.

Run ( ) : void

Private Methods

Method Description
ConvertFile ( string filePath ) : void

Method Details

GenerateBundleTask() public method

Initializes a new instance of the GenerateBundleTask class.
public GenerateBundleTask ( IEnumerable sourceFiles, string outputFolder, string bundleName = "Bundle" ) : System
sourceFiles IEnumerable
outputFolder string
bundleName string
return System

GenerateBundleTask() public method

Initializes a new instance of the GenerateBundleTask class.
public GenerateBundleTask ( IEnumerable sourceFiles, string outputFolder, string assemblyPath, IEnumerable references, string bundleName = "Bundle" ) : System
sourceFiles IEnumerable
outputFolder string
assemblyPath string
references IEnumerable
bundleName string
return System

GenerateBundleTask() public method

Initializes a new instance of the GenerateBundleTask class.
public GenerateBundleTask ( IEnumerable sourceFiles, string outputFolder, string assemblyPath, string bundleName = "Bundle" ) : System
sourceFiles IEnumerable
outputFolder string
assemblyPath string
bundleName string
return System

Run() public method

public Run ( ) : void
return void