Skip to content

Commit

Permalink
source main_script webpack asset using manifest lookup in cntxt, re #…
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisgalen committed Jan 12, 2025
1 parent c5e6310 commit 901bb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches/app/templates/base-root.htm
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
{% endblock arches_modules %}

{% if main_script %}
<script src="{% webpack_static '' %}build/js/{{main_script}}.js"></script>
<script src="{% webpack_static '' %}build/{{main_script_webpack_asset}}"></script>
{% endif %}
{% endblock javascript %}

Expand Down

0 comments on commit 901bb09

Please sign in to comment.