module Digests
Defined in:
digests.crdigests/manifest.cr
Constant Summary
-
IGNORE_FILES =
[MANIFEST_FILE_NAME, "favicon.ico", "robots.txt"]
-
MANIFEST_FILE_NAME =
"cache_manifest.json"
-
RE_DIGESTED_FNAME =
/.-.{32}(\..+$|$)/
-
VERSION =
"0.1.0"
Class Method Summary
- .clean(static_path : String = "static", digested : Bool = true)
- .init(static_path : String = "static")
- .logical_path(path : String)
- .run(static_path : String = "static")