Skip to content

Commit

Permalink
Add deps_config.js loading back
Browse files Browse the repository at this point in the history
Closes #1893.
  • Loading branch information
josevalim committed Apr 11, 2024
1 parent fdd9eff commit abe84ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ex_doc/formatter/html/templates/head_template.eex
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<script src="<%= asset_rev config.output, "dist/handlebars.runtime-*.js" %>"></script>
<script src="<%= asset_rev config.output, "dist/handlebars.templates-*.js" %>"></script>
<script src="<%= asset_rev config.output, "dist/sidebar_items-*.js" %>"></script>
<script src="docs_config.js"></script>
<script async src="<%= asset_rev config.output, "dist/html-*.js" %>"></script>
<%# Extra content specified by the user (e.g. custom CSS) %>
<%= before_closing_head_tag(config, :html) %>
Expand Down

0 comments on commit abe84ae

Please sign in to comment.