switch js app and pack ordering

This commit is contained in:
Andrew Brown 2021-04-17 00:29:55 -07:00
parent 8f15855264
commit da71b8b464

View File

@ -8,8 +8,8 @@
<%# <title> is set in _seo.html.erb %>
<%= render 'layouts/favicon' %>
<%= javascript_pack_tag 'application' %>
<%= javascript_include_tag 'application' %>
<%= javascript_pack_tag 'application' %>
<%= render 'layouts/seo' %>
<%# todo: Is there a way to play nicer with thredded's jquery? %>