Skip to content

Commit

Permalink
adjust asset precompile
Browse files Browse the repository at this point in the history
  • Loading branch information
danivovich committed Aug 28, 2024
1 parent 855527c commit 9a80941
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,7 @@ class Application < Rails::Application
public_key_path: ENV.fetch("LOGIN_PUBLIC_KEY_PATH", "config/public.crt"),
private_key_path: ENV.fetch("LOGIN_PRIVATE_KEY_PATH", "config/private.pem"),
}

config.assets.initialize_on_precompile = false
end
end

0 comments on commit 9a80941

Please sign in to comment.