class

Hwaro::Services::UnusedAssets

Inherits Reference / Object

Constants

ASSET_EXTENSIONS = Set {".png", ".jpg", ".jpeg", ".gif", ".svg", ".webp", ".avif", ".ico", ".bmp", ".tiff", ".tif", ".css", ".js", ".woff", ".woff2", ".ttf", ".eot", ".otf", ".mp4", ".webm", ".ogg", ".mp3", ".wav", ".pdf", ".zip"}
CONTENT_EXTENSIONS = Set {".md", ".markdown"}

Constructors

new(content_dir : String = "content", static_dir : String = "static", templates_dir : String = "templates")
Source

Instance methods

delete_unused(files : Array(String))
Source