Files
old-zsterminator/config/importmap.rb
2025-05-28 18:08:57 +02:00

8 lines
291 B
Ruby

# Pin npm packages by running ./bin/importmap
pin "@hotwired/stimulus", to: "stimulus.min.js"
pin "@hotwired/stimulus-loading", to: "stimulus-loading.js"
pin "application"
pin_all_from "app/javascript/controllers", under: "controllers"
pin_all_from "app/javascript/custom", under: "custom"