app.kluk.fr/config/importmap.rb

9 lines
306 B
Ruby
Raw Normal View History

2025-08-05 16:11:24 +02:00
# Pin npm packages by running ./bin/importmap
pin "application"
pin "@hotwired/turbo-rails", to: "turbo.min.js"
pin "@hotwired/stimulus", to: "stimulus.min.js"
pin "@hotwired/stimulus-loading", to: "stimulus-loading.js"
pin_all_from "app/javascript/controllers", under: "controllers"
2025-12-01 10:08:16 +01:00
pin "bulma" # @1.0.4