module Roda::RodaPlugins::Assets::ClassMethods

def _compiled_assets_initial_hash

The initial hash to use to store compiled asset metadata.
def _compiled_assets_initial_hash
  {}
end