dawarich/config/importmap.rb

31 lines
1.2 KiB
Ruby
Raw Normal View History

# frozen_string_literal: true
# Pin npm packages by running ./bin/importmap
pin_all_from 'app/javascript/channels', under: 'channels'
2025-10-02 15:18:54 -04:00
pin_all_from 'app/javascript/maps', under: 'maps'
pin 'application', preload: true
pin '@rails/actioncable', to: 'actioncable.esm.js'
2025-04-04 14:15:05 -04:00
pin '@rails/activestorage', to: 'activestorage.esm.js'
pin '@rails/ujs', to: 'rails-ujs.js'
pin '@hotwired/turbo-rails', to: 'turbo.min.js', preload: true
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
pin 'chartkick', to: 'chartkick.js'
pin 'Chart.bundle', to: 'Chart.bundle.js'
pin 'leaflet.heat' # @0.2.0
pin 'leaflet-draw' # @1.0.4
pin 'notifications_channel', to: 'channels/notifications_channel.js'
pin 'points_channel', to: 'channels/points_channel.js'
pin 'imports_channel', to: 'channels/imports_channel.js'
pin 'family_locations_channel', to: 'channels/family_locations_channel.js'
2025-04-04 14:15:05 -04:00
pin 'trix'
pin '@rails/actiontext', to: 'actiontext.esm.js'
pin "leaflet.control.layers.tree" # @1.2.0
2025-11-19 13:17:30 -05:00
pin "emoji-mart" # @5.6.0