class
AssetPipeline::StaticAssets::Compiler
- AssetPipeline::StaticAssets::Compiler
- Reference
- Object
Defined in:
asset_pipeline/static_assets.crConstructors
Class Method Summary
- .check(output_root : Path | String, manifest_name : String = DEFAULT_MANIFEST_NAME) : Manifest
- .load_manifest(output_root : Path | String, manifest_name : String = DEFAULT_MANIFEST_NAME) : Manifest
Instance Method Summary
- #asset_path(logical_path : Path | String) : String
- #build : Manifest
- #check : Manifest
- #entry(logical_path : Path | String) : ManifestEntry
- #integrity(logical_path : Path | String) : String
- #manifest : Manifest | Nil
- #manifest_name : String
- #output_root : Path
- #public_path : String
- #source_root : Path
Constructor Detail
def self.new(source_root : Path | String, output_root : Path | String, public_path : String = "/assets", manifest_name : String = DEFAULT_MANIFEST_NAME)
#
Class Method Detail
def self.check(output_root : Path | String, manifest_name : String = DEFAULT_MANIFEST_NAME) : Manifest
#
def self.load_manifest(output_root : Path | String, manifest_name : String = DEFAULT_MANIFEST_NAME) : Manifest
#