mirror of
https://github.com/danbee/my-images
synced 2025-03-04 08:49:05 +00:00
11 lines
486 B
Ruby
11 lines
486 B
Ruby
# Pin npm packages by running ./bin/importmap
|
|
|
|
pin "application"
|
|
pin "@rails/ujs", to: "@rails--ujs.js" # @7.1.3
|
|
pin "@hotwired/turbo-rails", to: "@hotwired--turbo-rails.js" # @8.0.4
|
|
pin "@hotwired/turbo", to: "@hotwired--turbo.js" # @8.0.4
|
|
pin "@rails/actioncable/src", to: "@rails--actioncable--src.js" # @7.1.3
|
|
pin "@hotwired/stimulus", to: "stimulus.min.js"
|
|
pin "@hotwired/stimulus-loading", to: "stimulus-loading.js"
|
|
pin_all_from "app/javascript/controllers", under: "controllers"
|