templates/web/admin/jscontainer/parts/js_aggregation.twig line 1

Open in your IDE?
  1. {##
  2.  # Cached JS part
  3.  #
  4.  # @ListChild (list="jscontainer.js", weight="200")
  5.  #}
  6. {% if this.doJSAggregation() %}
  7. {% for file in this.getAggregateJSResources() %}
  8.   <script type="text/javascript" src="{{ this.getResourceURL(file.url, file) }}"></script>
  9. {% endfor %}
  10. {% endif %}