module Roda::RodaPlugins::Assets
def self.load_dependencies(app, _opts = nil)
Load the render and caching plugins plugins, since the assets plugin
def self.load_dependencies(app, _opts = nil) app.plugin :render app.plugin :caching end
def self.load_dependencies(app, _opts = nil) app.plugin :render app.plugin :caching end