From e4082e14136c72641ed88e2458188e6b33f257ad Mon Sep 17 00:00:00 2001 From: Allen Russell Date: Thu, 7 Dec 2023 09:34:24 -0700 Subject: [PATCH] popper asset pipeline --- app/{plugins => javascript}/popper.min.js | 0 app/views/home/index.html.erb | 1 + config/environments/production.rb | 1 + 3 files changed, 2 insertions(+) rename app/{plugins => javascript}/popper.min.js (100%) diff --git a/app/plugins/popper.min.js b/app/javascript/popper.min.js similarity index 100% rename from app/plugins/popper.min.js rename to app/javascript/popper.min.js diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 8f05f97..b6c0300 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -13,6 +13,7 @@ <%= javascript_include_tag('js/all.js') %> + <%= javascript_include_tag('popper.min.js') %>