Files
baclight/config/importmap.rb
T

11 lines
402 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
pin_all_from "app/javascript/controllers", under: "controllers"
2021-12-16 10:50:28 -08:00
pin "trix"
pin "@rails/actiontext", to: "actiontext.js"