Skip to content

Commit

Permalink
Merge pull request #7 from garussell/deployment
Browse files Browse the repository at this point in the history
popper asset pipeline
  • Loading branch information
garussell authored Dec 7, 2023
2 parents 3e85a16 + e4082e1 commit 8109a66
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions app/views/home/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

<!-- FontAwesome JS -->
<%= javascript_include_tag('js/all.js') %>
<%= javascript_include_tag('popper.min.js') %>

<link
rel="stylesheet"
Expand Down
1 change: 1 addition & 0 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
# Do not fallback to assets pipeline if a precompiled asset is missed.
config.assets.compile = true
config.assets.precompile += %w( js/all.js )
config.assets.precompile += %w( ja/popper.js )
config.assets.precompile += %w( bootstrap/css/bootstrap.css )
config.assets.precompile += %w( dark-mode-switch/dark-mode-switch.min )
# Enable serving of images, stylesheets, and JavaScripts from an asset server.
Expand Down

0 comments on commit 8109a66

Please sign in to comment.