summaryrefslogtreecommitdiff
path: root/config/importmap.rb
blob: 8dce42d4060e0d7f714e37574acf43563a3aa348 (plain)
1
2
3
4
5
6
7
# Pin npm packages by running ./bin/importmap

pin "application", preload: true
pin "@hotwired/turbo-rails", to: "turbo.min.js", preload: true
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"