add script defer to the demo app tag as well (#4489)

This commit is contained in:
Matthew Irish 2018-04-29 22:14:54 -05:00 committed by GitHub
parent fbb462612f
commit 9ac9e088ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,5 +125,5 @@ description: |-
<% content_for(:scripts) do %>
<%= javascript_include_tag "demo-app" %>
<%= javascript_include_tag "demo-app", defer: true %>
<% end %>