rails-caf/config/importmap.rb
Jez Caudle 8200b974c3 Upgraded to Rails 7.1.3.2 and Ruby 3.3.0
Added an Evidence rich text field for Sub principle items.
2024-04-25 10:52:10 +01:00

11 lines
494 B
Ruby

# Pin npm packages by running ./bin/importmap
pin "jquery", to: "https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.js"
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"
pin "script"
pin "trix"
pin "@rails/actiontext", to: "actiontext.esm.js"