Skip to content

Commit f0473d3

Browse files
authored
Rails8: don't compile assets in production (#1254)
1 parent e019c8c commit f0473d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/environments/production.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,6 @@
8282
# { exclude: ->(request) { request.path == "/up" } }
8383

8484
config.good_job.execution_mode = :async
85+
86+
config.assets.compile = false
8587
end

0 commit comments

Comments
 (0)