C# Class Redouble.AspNet.Webpack.WebpackService

Inheritance: IWebpackService
ファイルを表示 Open project: frankwallis/WebpackAspnetMiddleware

Public Methods

Method Description
GetFile ( string filename ) : Task
IsWebpackFile ( string filename ) : bool
OnInvalid ( ) : void
OnValid ( JToken args ) : void
WebpackService ( IHostingEnvironment environment, ILogger logger, WebpackOptions options ) : System

Private Methods

Method Description
CreateHost ( string basePath ) : Task
WebpackEmit ( object sender, EmitEventArgs e ) : void

Method Details

GetFile() public method

public GetFile ( string filename ) : Task
filename string
return Task

IsWebpackFile() public method

public IsWebpackFile ( string filename ) : bool
filename string
return bool

OnInvalid() public method

public OnInvalid ( ) : void
return void

OnValid() public method

public OnValid ( JToken args ) : void
args JToken
return void

WebpackService() public method

public WebpackService ( IHostingEnvironment environment, ILogger logger, WebpackOptions options ) : System
environment IHostingEnvironment
logger ILogger
options WebpackOptions
return System