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