Skip to content

Commit

Permalink
Avoid sprocket building assets concurrently
Browse files Browse the repository at this point in the history
This is a temporary fix until sass/sassc-ruby#207 is
resolved

This should stop the segfault from happening upon deploy
  • Loading branch information
StupidCodeFactory committed Nov 6, 2020
1 parent 2c75c02 commit 4358617
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/initializers/sprockets.rb.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Rails.application.configure do
config.assets.configure do |env|
env.export_concurrent = false
end
end

0 comments on commit 4358617

Please sign in to comment.