module Roda::RodaPlugins::AssetsPreloading
def self.load_dependencies(app)
Depend on the assets plugin, as we’ll be calling some functions in it.
def self.load_dependencies(app) app.plugin :assets end
Depend on the assets plugin, as we’ll be calling some functions in it.
def self.load_dependencies(app) app.plugin :assets end