Skip to content

Commit abe84ae

Browse files
committed
Add deps_config.js loading back
Closes #1893.
1 parent fdd9eff commit abe84ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ex_doc/formatter/html/templates/head_template.eex

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<script src="<%= asset_rev config.output, "dist/handlebars.runtime-*.js" %>"></script>
2424
<script src="<%= asset_rev config.output, "dist/handlebars.templates-*.js" %>"></script>
2525
<script src="<%= asset_rev config.output, "dist/sidebar_items-*.js" %>"></script>
26+
<script src="docs_config.js"></script>
2627
<script async src="<%= asset_rev config.output, "dist/html-*.js" %>"></script>
2728
<%# Extra content specified by the user (e.g. custom CSS) %>
2829
<%= before_closing_head_tag(config, :html) %>

0 commit comments

Comments
 (0)