class Lucky::AssetBuilder::Vite

Defined in:

lucky/asset_builder/vite.cr

Constructors

Instance Method Summary

Instance methods inherited from class Lucky::AssetBuilder::Base

load_manifest : Hash(String, String) load_manifest, manifest_path : String manifest_path, normalize_key(key : String) : String normalize_key, parse_manifest(manifest_content : String) : Hash(String, String) parse_manifest

Instance methods inherited from class Object

blank? : Bool blank?, present? : Bool present?

Constructor Detail

def self.new(manifest_path : String = "./public/.vite/manifest.json") #

[View source]

Instance Method Detail

def manifest_path : String #

[View source]
def parse_manifest(manifest_content : String) : Hash(String, String) #

[View source]