C# 클래스 Rosetta.ScriptSharp.Definition.BuildTask.GenerateBundleTask

The build task.
상속: GenerateTaskBase
파일 보기 프로젝트 열기: andry-tino/Rosetta

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ConvertFile ( string filePath ) : void

메소드 상세

GenerateBundleTask() 공개 메소드

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

GenerateBundleTask() 공개 메소드

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
리턴 System

GenerateBundleTask() 공개 메소드

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
리턴 System

Run() 공개 메소드

public Run ( ) : void
리턴 void