Skip to content

Commit 45fe954

Browse files
committed
Rails8: don't compile assets in production
1 parent e019c8c commit 45fe954

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)