module Roda::RodaPlugins::Assets::InstanceMethods

def render_asset_file(file, options)

+file+ should be the relative path to the file from the current directory.
Render the given asset file using the render plugin, with the given options.
def render_asset_file(file, options)
  render_template({:path => file}, options)
end