module

Azu::Helpers::Builtin::AssetHelpers

Asset helpers for including CSS, JavaScript, images, and other assets.

Example

<head>
  {{ stylesheet_tag("app.css") }}
  {{ favicon_tag("favicon.ico") }}
</head>
<body>
  {{ image_tag("logo.png", alt="Logo") }}
  {{ javascript_tag("app.js", defer=true) }}
</body>

Class methods

asset_prefix=(value : String)
Source
asset_version=(value : String | Nil)
Source
register
Source