Returns the Assets path containing the file update time parameter.
Paths of Assets files such as CSS and JS in public directories.
Optional
Application Origin URL. The default is none (undefined).
Returns the Assets file path with the update date and time parameters.
{{!-- results in: example.com/assets/style.css?1620526340463 --}}{{cacheBusting '/assets/style.css' '//example.com'}} Copy
{{!-- results in: example.com/assets/style.css?1620526340463 --}}{{cacheBusting '/assets/style.css' '//example.com'}}
Returns the Assets path containing the file update time parameter.