Skip to content

Commit 617c0cc

Browse files
authored
remove old reference to file that no longer exists (#1259)
This commit removes a reference to a file that used to be our main application JS bundle. Our webpack config changed and now this file doesn't exist anymore.
1 parent 79e39e9 commit 617c0cc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Site/views/shared/container/container.html.twig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
<script src="/{{ filename }}?v={{ version }}"></script>
3131
{% endfor %}
3232

33-
<script src="/js/lib/{{ app.website.base }}.min.js?v={{ version }}"></script>
34-
3533
{% else %}
3634
<script src="/dist/jquery/jquery.js?v={{ version }}"></script>
3735
<script src="/dist/manifest.bundle.js?v={{ version }}"></script>

0 commit comments

Comments
 (0)