↧
Answer by Alex for Rails 7 importmap with bulma and jquery
CleanupYou can just make a new rails app to see the setup I'm trying to bring you back to.Delete this file app/assets/javascripts/application.js, can't have two application.js.Already covered by //=...
View ArticleRails 7 importmap with bulma and jquery
I'm having trouble getting Rails 7 importmaps to play nicely with jquery and bulma.config/importmap.rb:pin "application", preload: truepin "@hotwired/turbo-rails", to: "turbo.min.js", preload: truepin...
View Article