Files
baclight/config/importmap.rb
T

13 lines
515 B
Ruby
Raw Normal View History

2021-12-06 15:02:04 -08:00
# Pin npm packages by running ./bin/importmap
2021-09-26 14:41:38 -07:00
2021-12-06 15:02:04 -08:00
pin "application", preload: true
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
2026-06-17 23:23:36 -04:00
pin_all_from "app/javascript/controllers", under: "controllers", preload: true
2021-12-16 10:50:28 -08:00
2026-06-17 23:23:36 -04:00
# pin "lucide-static", to: "https://ga.jspm.io/npm:lucide-static@0.X.X/lucide.js", preload: true
2026-05-06 16:29:07 -04:00
2021-12-16 10:50:28 -08:00
pin "trix"
pin "@rails/actiontext", to: "actiontext.js"