Soc/config/importmap.rb

10 lines
371 B
Ruby
Raw Normal View History

2023-08-15 13:52:22 +00:00
# Pin npm packages by running ./bin/importmap
pin "application", preload: true
2023-08-15 13:56:41 +00:00
pin "@hotwired/turbo-rails", to: "turbo.min.js", preload: true
pin "trix"
pin "@rails/actiontext", to: "actiontext.js"
2024-02-04 14:16:19 +00:00
pin "@hotwired/stimulus", to: "stimulus.min.js"
pin "@hotwired/stimulus-loading", to: "stimulus-loading.js"
pin_all_from "app/javascript/controllers", under: "controllers"