Skip to content

Commit

Permalink
refactor: Disabling Popper and Bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardo-benicio committed Sep 23, 2023
1 parent 13c0fd4 commit fa73454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/importmap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
pin "@hotwired/stimulus", to: "stimulus.min.js", preload: true
pin "@hotwired/stimulus-loading", to: "stimulus-loading.js", preload: true
pin_all_from "app/javascript/controllers", under: "controllers"
pin "bootstrap", to: "bootstrap.min.js", preload:true
pin "popper", to: "popper.js", preload:true
#pin "bootstrap", to: "bootstrap.min.js", preload:true
#pin "popper", to: "popper.js", preload:true

0 comments on commit fa73454

Please sign in to comment.