mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
15 lines
590 B
Ruby
15 lines
590 B
Ruby
# 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
|
|
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"
|
|
|
|
pin "leaflet" # @1.9.4
|
|
pin "leaflet-providers" # @2.0.0
|
|
pin "chartkick", to: "chartkick.js"
|
|
pin "Chart.bundle", to: "Chart.bundle.js"
|