Skip to content

Commit

Permalink
remove old reference to file that no longer exists (#1259)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
megahirt authored Dec 2, 2021
1 parent 79e39e9 commit 617c0cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Site/views/shared/container/container.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
<script src="/{{ filename }}?v={{ version }}"></script>
{% endfor %}

<script src="/js/lib/{{ app.website.base }}.min.js?v={{ version }}"></script>

{% else %}
<script src="/dist/jquery/jquery.js?v={{ version }}"></script>
<script src="/dist/manifest.bundle.js?v={{ version }}"></script>
Expand Down

0 comments on commit 617c0cc

Please sign in to comment.