constant PRECOMPILE_ASSETS
Ruby on Rails 1.4.0
Since v1.3.3 Last seen in v2.0.23If you don’t want to precompile Turbo’s assets (eg. because you’re using webpack), you can do this in an intiailzer:
config.after_initialize do
config.assets.precompile -= Turbo::Engine::PRECOMPILE_ASSETS
end