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

4 years ago
  1. {{ global_library }}:
  2. version: 1.0
  3. css:
  4. base:
  5. dist/css/{{ global_library }}.css : {}
  6. js:
  7. #js/your_js.js : {}
  8. {% for library in libraries %}
  9. {{ library.library_name }}:
  10. version: {{ library.library_version }}
  11. css:
  12. component:
  13. dist/css/{{ library.library_name }}.css : {}
  14. js:
  15. #js/your_js.js : {}
  16. {% endfor %}