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
|
2023-09-17 11:37:55 +00:00
|
|
|
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"
|