Edit on GitHub
Jump to docs navigation

Twig Components / Methods / asset

Note: You are currently reading the documentation for Bolt 5.0. Looking for the documentation for Bolt 5.2 instead?

asset(path, packageName = null)

type: string | null default: null

asset is a Twig function to return the public path of the given asset path (which can be a CSS file, a JavaScript file, an image path, etc.). This function takes into account where the application is installed ( e.g. in case the project is accessed in a host subdirectory) and the optional asset package base path.

Symfony provides various cache busting implementations via the version, version_strategy, and json_manifest_path configuration options.

Source: Twig



Edit this page on GitHub
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.