C# 클래스 Frapid.AssetBundling.Bundler

파일 보기 프로젝트 열기: frapid/frapid

공개 메소드들

메소드 설명
Compress ( ) : string

보호된 메소드들

메소드 설명
Bundler ( ILogger logger, Asset asset ) : System
GetContent ( string fileName ) : string
Minify ( string file, string contents ) : string

메소드 상세

Bundler() 보호된 메소드

protected Bundler ( ILogger logger, Asset asset ) : System
logger ILogger
asset Frapid.Framework.StaticContent.Asset
리턴 System

Compress() 공개 메소드

public Compress ( ) : string
리턴 string

GetContent() 보호된 메소드

protected GetContent ( string fileName ) : string
fileName string
리턴 string

Minify() 보호된 추상적인 메소드

protected abstract Minify ( string file, string contents ) : string
file string
contents string
리턴 string