From d72d7518e06af5bdba6f7d099a5578693e935cb9 Mon Sep 17 00:00:00 2001 From: Kasper Timm Hansen Date: Sat, 12 Aug 2023 18:13:52 +0200 Subject: [PATCH] Add back linking the application assets in Showcase https://github.com/bullet-train-co/bullet_train-core/pull/378 accidentally removed the application JavaScript and CSS from being bundled in Showcase. This adds them back. --- .../app/views/showcase/engine/_head.html.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bullet_train-themes-light/app/views/showcase/engine/_head.html.erb b/bullet_train-themes-light/app/views/showcase/engine/_head.html.erb index 530458797..b2ab853e2 100644 --- a/bullet_train-themes-light/app/views/showcase/engine/_head.html.erb +++ b/bullet_train-themes-light/app/views/showcase/engine/_head.html.erb @@ -1,3 +1,6 @@ +<%= stylesheet_link_tag "application" %> +<%= javascript_include_tag "application" %> +