All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.ddl-debugger.html.includes.ddl-assets.mustache.html Maven / Gradle / Ivy



This page provides debugging information about assets injected into the HTML page for the current request:

{{currentUri}}

See below in a graph view what bundles are included in the current request

See below in a tabular view what assets Dandelion injects into the current page

{{#assets}} {{/assets}}
Bundle Asset Type Version Action
{{bundle}} {{name}} {{type}} {{version}} View asset

See below how Dandelion injects assets into the current page

<html>
  <head>
    ...
  {{#assetsInHead}}
   <link href="{{{.}}}"></link>
  {{/assetsInHead}}
  </head>
  <body>
    ...
  {{#assetsInBody}}
   <script src="{{{.}}}"></script>
  {{/assetsInBody}} 
  </body>
</html>





© 2015 - 2025 Weber Informatics LLC | Privacy Policy