diff --git a/lib/dotcom_web/templates/layout/root.html.heex b/lib/dotcom_web/templates/layout/root.html.heex index cb217fc977..0845376942 100644 --- a/lib/dotcom_web/templates/layout/root.html.heex +++ b/lib/dotcom_web/templates/layout/root.html.heex @@ -115,6 +115,15 @@ <%= render(__MODULE__, "_footer.html", conn: @conn) %> + + <%!-- Begin unnecessary scripts --%> + <%!-- React isn't even needed on most pages, but in production app.js will + somehow fail to execute unless additional scripts are included here. Let's + revisit this when we either refactor app.js or refactor how we bundle + scripts for production via Webpack. --%> + + <%!-- End unnecessary scripts --%>