From 9ac9e088ba7376080d22d165b51a3fcad3ef6165 Mon Sep 17 00:00:00 2001 From: Matthew Irish Date: Sun, 29 Apr 2018 22:14:54 -0500 Subject: [PATCH] add script defer to the demo app tag as well (#4489) --- website/source/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/index.html.erb b/website/source/index.html.erb index 0d54cb76d4..8d8d1d0e31 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -125,5 +125,5 @@ description: |- <% content_for(:scripts) do %> - <%= javascript_include_tag "demo-app" %> + <%= javascript_include_tag "demo-app", defer: true %> <% end %>