Skip to content

Commit

Permalink
Rails8: don't compile assets in production (#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
mockdeep authored Dec 4, 2024
1 parent e019c8c commit f0473d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,6 @@
# { exclude: ->(request) { request.path == "/up" } }

config.good_job.execution_mode = :async

config.assets.compile = false
end

0 comments on commit f0473d3

Please sign in to comment.