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'
|
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'
|
|
|
|
|
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
|
|
|
|
2024-05-25 16:14:55 -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
|
2024-11-03 08:37:01 -05:00
|
|
|
pin 'leaflet-draw' # @1.0.4
|
|
|
|
|
pin '@rails/actioncable', to: 'actioncable.esm.js'
|
|
|
|
|
pin_all_from 'app/javascript/channels', under: 'channels'
|
|
|
|
|
pin 'notifications_channel', to: 'channels/notifications_channel.js'
|
2024-11-03 10:48:43 -05:00
|
|
|
pin 'points_channel', to: 'channels/points_channel.js'
|