Skip to content

Commit

Permalink
Updated distribution files
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Oct 5, 2023
1 parent 34aad07 commit fbc3632
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 9 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion material/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
{% endblock %}
{% block scripts %}
{{ super() }}
<script src="{{ 'assets/javascripts/custom.9458f965.min.js' | url }}"></script>
<script src="{{ 'assets/javascripts/custom.9c11c319.min.js' | url }}"></script>
{% endblock %}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions material/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
"base": base_url,
"features": features,
"translations": {},
"search": "assets/javascripts/workers/search.a264c092.min.js" | url
"search": "assets/javascripts/workers/search.b4c2f2ff.min.js" | url
} -%}
{%- if config.extra.version -%}
{%- set _ = app.update({ "version": config.extra.version }) -%}
Expand Down Expand Up @@ -249,7 +249,7 @@
</script>
{% endblock %}
{% block scripts %}
<script src="{{ 'assets/javascripts/bundle.6eac0284.min.js' | url }}"></script>
<script src="{{ 'assets/javascripts/bundle.83df87ba.min.js' | url }}"></script>
{% for script in config.extra_javascript %}
{{ script | script_tag }}
{% endfor %}
Expand Down

0 comments on commit fbc3632

Please sign in to comment.