Padrino::Helpers::AssetTagHelpers

Module: Padrino::Helpers::AssetTagHelpers

Overview

Helpers related to producing assets (images, stylesheets, js, etc) within templates.

Constant Summary

APPEND_ASSET_EXTENSIONS =
["js", "css"]
ABSOLUTE_URL_PATTERN =
%r{^(https?://)}
ASSET_FOLDERS =
{
  :js => 'javascripts',
  :css => 'stylesheets',
}

Instance Method Summary