Skip to content

Commit

Permalink
use bootstrap.bundle instead of bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
dnoneill committed Aug 1, 2024
1 parent 9e75185 commit 42cac5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/importmap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
pin '@hotwired/turbo-rails', to: 'turbo.min.js', preload: true

# Bootstrap
pin 'bootstrap', to: 'https://cdn.skypack.dev/bootstrap@5.3.3/dist/js/bootstrap.js'
pin '@popperjs/core', to: 'https://cdn.skypack.dev/@popperjs/core@2.11.8/dist/umd/popper.min.js'
pin 'bootstrap', to: 'https://cdn.skypack.dev/bootstrap@5.3.3/dist/js/bootstrap.bundle.js'

# Blacklight
pin 'blacklight', to: 'https://cdn.skypack.dev/blacklight-frontend@8.3.0/dist/blacklight.js'
Expand Down

0 comments on commit 42cac5b

Please # to comment.