2024-05-25 16:14:55 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
2023-10-21 06:52:50 -04:00
|
|
|
# Pin npm packages by running ./bin/importmap
|
|
|
|
|
|
2024-05-25 16:14:55 -04:00
|
|
|
pin_all_from 'app/javascript/channels', under: 'channels'
|
2025-10-02 15:18:54 -04:00
|
|
|
pin_all_from 'app/javascript/maps', under: 'maps'
|
2025-12-06 14:54:49 -05:00
|
|
|
pin_all_from 'app/javascript/maps_maplibre', under: 'maps_maplibre'
|
2023-10-21 06:52:50 -04:00
|
|
|
|
2024-05-25 16:14:55 -04:00
|
|
|
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'
|
2025-07-10 16:14:52 -04:00
|
|
|
pin '@rails/ujs', to: 'rails-ujs.js'
|
2024-05-25 16:14:55 -04:00
|
|
|
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
|
|
|
|
2025-12-06 14:54:49 -05:00
|
|
|
pin 'leaflet' # @1.9.4
|
2024-05-25 16:14:55 -04:00
|
|
|
pin 'leaflet-providers' # @2.0.0
|
|
|
|
|
pin 'chartkick', to: 'chartkick.js'
|
|
|
|
|
pin 'Chart.bundle', to: 'Chart.bundle.js'
|
|
|
|
|
pin 'leaflet.heat' # @0.2.0
|
2024-11-03 08:37:01 -05:00
|
|
|
pin 'leaflet-draw' # @1.0.4
|
|
|
|
|
pin 'notifications_channel', to: 'channels/notifications_channel.js'
|
2024-11-03 10:48:43 -05:00
|
|
|
pin 'points_channel', to: 'channels/points_channel.js'
|
2024-11-04 07:06:04 -05:00
|
|
|
pin 'imports_channel', to: 'channels/imports_channel.js'
|
2025-10-13 08:10:36 -04:00
|
|
|
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'
|
2025-12-06 14:54:49 -05:00
|
|
|
pin 'leaflet.control.layers.tree' # @1.2.0
|
|
|
|
|
pin 'emoji-mart' # @5.6.0
|
|
|
|
|
pin 'maplibre-gl' # @5.12.0
|