sassc no funciona con jemalloc en alpine :(

This commit is contained in:
f 2020-05-27 19:03:27 -03:00
parent 0af59fa625
commit 90d865bc3b

View file

@ -58,8 +58,7 @@ class DeployLocal < Deploy
'HOME' => home_dir,
'PATH' => paths.join(':'),
'JEKYLL_ENV' => Rails.env,
'LANG' => ENV['LANG'],
'LD_PRELOAD' => ENV['LD_PRELOAD']
'LANG' => ENV['LANG']
}
end
@ -86,11 +85,9 @@ class DeployLocal < Deploy
run %(bundle install --no-cache --path="#{gems_dir}")
end
# rubocop:disable Metrics/LineLength
def jekyll_build
run "bundle exec jekyll build --trace --destination \"#{escaped_destination}\""
end
# rubocop:enable Metrics/LineLength
# no debería haber espacios ni caracteres especiales, pero por si
# acaso...