Files
old-zsterminator/config/importmap.rb
2024-08-11 14:18:36 +02:00

7 lines
237 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"