Skip to content

Commit

Permalink
Workaround for Segfault for ruby 2.7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
salimhb committed Jun 4, 2020
1 parent e483d44 commit a70603e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/initializers/assets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@

# foundation_emails for our inky mail templates
Rails.application.config.assets.precompile += %w[foundation_emails.css]

# Workaround for Segfault
# https://github.com/sass/sassc-ruby/issues/197
Rails.application.config.assets.configure do |env|
env.export_concurrent = false
end

0 comments on commit a70603e

Please sign in to comment.