dawarich/config/importmap.rb

16 lines
590 B
Ruby
Raw Normal View History

# Pin npm packages by running ./bin/importmap
pin_all_from "app/javascript/channels", under: "channels"
pin "application", preload: true
pin "@rails/actioncable", to: "actioncable.esm.js"
pin "@hotwired/turbo-rails", to: "turbo.min.js", preload: true
2024-01-03 06:13:00 -05:00
pin "@hotwired/stimulus", to: "stimulus.min.js", preload: true
pin "@hotwired/stimulus-loading", to: "stimulus-loading.js", preload: true
pin_all_from "app/javascript/controllers", under: "controllers"
2024-03-15 18:27:31 -04:00
pin "leaflet" # @1.9.4
pin "leaflet-providers" # @2.0.0
2024-03-24 13:55:35 -04:00
pin "chartkick", to: "chartkick.js"
pin "Chart.bundle", to: "Chart.bundle.js"