From da71b8b4643ea2cb90791bd5383cb33259596e51 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Sat, 17 Apr 2021 00:29:55 -0700 Subject: [PATCH] switch js app and pack ordering --- app/views/layouts/_common_head.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/_common_head.html.erb b/app/views/layouts/_common_head.html.erb index 643fd307..7830335d 100644 --- a/app/views/layouts/_common_head.html.erb +++ b/app/views/layouts/_common_head.html.erb @@ -8,8 +8,8 @@ <%# 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? %>