|
1
|
# Pin npm packages by running ./bin/importmap |
|
2
|
|
|
3
|
pin "application" |
|
4
|
pin "@hotwired/turbo-rails", to: "turbo.min.js" |
|
5
|
pin "@hotwired/stimulus", to: "stimulus.min.js" |
|
6
|
pin "@hotwired/stimulus-loading", to: "stimulus-loading.js" |
|
7
|
pin_all_from "app/javascript/controllers", under: "controllers" |