Skip to content

Commit

Permalink
use source instead of include, fixes composer#562
Browse files Browse the repository at this point in the history
  • Loading branch information
alcohol committed Sep 30, 2019
1 parent 5d2b590 commit 47e08b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
</div>

<script type="text/javascript">
{% include 'build/app.js' %}
{{ source('build/app.js') }}
</script>
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="octicon-link" viewBox="0 0 16 16">
Expand Down

0 comments on commit 47e08b3

Please sign in to comment.