FEATURE: Add plugin html hook to insert html before any other scripts

This commit is contained in:
Jeff Wong 2019-03-05 10:39:42 -08:00
parent dedd5e0e60
commit b0d93a38e8

View File

@ -17,6 +17,8 @@
<meta name="shared_session_key" content="<%= shared_session_key %>">
<%- end %>
<%= build_plugin_html 'server:before-script-load' %>
<%= preload_script "locales/#{I18n.locale}" %>
<%= preload_script "ember_jquery" %>
<%= preload_script "preload-store" %>