Skip to content

Commit 877d477

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/application.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,6 @@ class Stringer::Application < Rails::Application
5454
ENV.fetch("ENCRYPTION_DETERMINISTIC_KEY")
5555
config.active_record.encryption.key_derivation_salt =
5656
ENV.fetch("ENCRYPTION_KEY_DERIVATION_SALT")
57+
58+
config.assets.compile = false
5759
end

0 commit comments

Comments
 (0)