Skip to content

Commit

Permalink
stop deferred loading of JS
Browse files Browse the repository at this point in the history
It is one way to fix #270. Does it make the page load much different? We will investigate with chrome performance tools and see.
  • Loading branch information
jrochkind committed Nov 4, 2019
1 parent 66cccd9 commit edfc464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
<%= stylesheet_link_tag "application", media: "all" %>
<%= javascript_include_tag "application", defer: true %>
<%= javascript_pack_tag "application", defer: true %>
<%= javascript_include_tag "application" %>
<%= javascript_pack_tag "application" %>
<%= csrf_meta_tags %>
<%= content_for(:head) %>
Expand Down

0 comments on commit edfc464

Please sign in to comment.