Skip to content

Commit

Permalink
Try this one trick to remove seg faults
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindew committed Mar 21, 2022
1 parent 09b98ef commit 1cb14a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/initializers/assets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,7 @@
#{__dir__}/../../node_modules/govuk-frontend/
#{__dir__}/../../node_modules/
]

Rails.application.config.assets.configure do |env|
env.export_concurrent = false
end

0 comments on commit 1cb14a4

Please sign in to comment.