class AssetPipeline::StaticAssets::Compiler

Defined in:

asset_pipeline/static_assets.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(source_root : Path | String, output_root : Path | String, public_path : String = "/assets", manifest_name : String = DEFAULT_MANIFEST_NAME) #

[View source]

Class Method Detail

def self.check(output_root : Path | String, manifest_name : String = DEFAULT_MANIFEST_NAME) : Manifest #

[View source]
def self.load_manifest(output_root : Path | String, manifest_name : String = DEFAULT_MANIFEST_NAME) : Manifest #

[View source]

Instance Method Detail

def asset_path(logical_path : Path | String) : String #

[View source]
def build : Manifest #

[View source]
def check : Manifest #

[View source]
def entry(logical_path : Path | String) : ManifestEntry #

[View source]
def integrity(logical_path : Path | String) : String #

[View source]
def manifest : Manifest | Nil #

[View source]
def manifest_name : String #

[View source]
def output_root : Path #

[View source]
def public_path : String #

[View source]
def source_root : Path #

[View source]