test Drupal site working on Koality Theme Builder
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
346 B

{{ global_library }}:
version: 1.0
css:
base:
dist/css/{{ global_library }}.css : {}
js:
#js/your_js.js : {}
{% for library in libraries %}
{{ library.library_name }}:
version: {{ library.library_version }}
css:
component:
dist/css/{{ library.library_name }}.css : {}
js:
#js/your_js.js : {}
{% endfor %}