Skip to content

Commit 14c70a4

Browse files
Preload turbo in importmap.rb (to fix CSS?)
1 parent d898072 commit 14c70a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: config/importmap.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
# Hotwired JS https://hotwired.dev
1111
pin '@hotwired/stimulus', to: 'stimulus.min.js', preload: true
1212
pin '@hotwired/stimulus-loading', to: 'stimulus-loading.js', preload: true
13-
pin '@hotwired/turbo-rails', to: 'turbo.min.js'
13+
pin '@hotwired/turbo-rails', to: 'turbo.min.js', preload: true
1414

1515
pin_all_from 'app/javascript/controllers', under: 'controllers'

0 commit comments

Comments
 (0)