Skip to content

Commit

Permalink
Yet another try to get heroku to launch.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasConnolly committed Nov 28, 2023
1 parent 600a6ea commit cf85ad9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/initializers/assets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
Rails.application.config.assets.version = '1.0'

# Add additional assets to the asset load path
Rails.application.config.assets.paths << Rails.root.join('node_modules/bootstrap-icons/font')
Rails.application.config.assets.paths << Rails.root.join('node_modules')
Rails.application.config.assets.paths << Rails.root.join('app', 'assets', 'builds')
# Precompile additional assets.
# application.js, application.css, and all non-JS/CSS in the app/assets
# folder are already added.
Expand Down

0 comments on commit cf85ad9

Please sign in to comment.