Files
old-zsterminator/config/importmap.rb

7 lines
237 B
Ruby
Raw Normal View History

2024-08-04 07:06:03 +02:00
# Pin npm packages by running ./bin/importmap
pin "@hotwired/stimulus", to: "stimulus.min.js"
pin "@hotwired/stimulus-loading", to: "stimulus-loading.js"
2024-08-11 14:18:36 +02:00
pin "application"
2024-08-04 07:06:03 +02:00
pin_all_from "app/javascript/controllers", under: "controllers"