module Digests

Defined in:

digests.cr
digests/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

Class Method Detail

def self.clean(static_path : String = "static", digested : Bool = true) #

[View source]
def self.init(static_path : String = "static") #

[View source]
def self.logical_path(path : String) #

[View source]
def self.run(static_path : String = "static") #

[View source]