We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ede3a7 commit 4238043Copy full SHA for 4238043
test/dummy_sprockets/config/application.rb
@@ -36,6 +36,7 @@ class Application < Rails::Application
36
}
37
38
if SprocketsHelpers.available?
39
+ config.assets.precompile += %w( app_no_turbolinks.js )
40
config.assets.enabled = true
41
end
42
0 commit comments