Skip to content

Commit

Permalink
[generate:theme] fix libraries.yml syntax (#4187)
Browse files Browse the repository at this point in the history
There is an indexation error in the template, the generated file is invalid
  • Loading branch information
lalop authored and enzolutions committed Oct 28, 2019
1 parent 1bc9f1b commit 83df937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/theme/libraries.yml.twig
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
#js/your_js.js : {}
{% for library in libraries %}
{{ library.library_name }}:
version: {{ library.library_version }}
version: {{ library.library_version }}
css:
theme:
#js/your_js.js : {}
js:
#js/your_js.js : {}
{% endfor %}
{% endfor %}

0 comments on commit 83df937

Please sign in to comment.