sassc no funciona con jemalloc en alpine :(
This commit is contained in:
parent
0af59fa625
commit
90d865bc3b
1 changed files with 1 additions and 4 deletions
|
@ -58,8 +58,7 @@ class DeployLocal < Deploy
|
||||||
'HOME' => home_dir,
|
'HOME' => home_dir,
|
||||||
'PATH' => paths.join(':'),
|
'PATH' => paths.join(':'),
|
||||||
'JEKYLL_ENV' => Rails.env,
|
'JEKYLL_ENV' => Rails.env,
|
||||||
'LANG' => ENV['LANG'],
|
'LANG' => ENV['LANG']
|
||||||
'LD_PRELOAD' => ENV['LD_PRELOAD']
|
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -86,11 +85,9 @@ class DeployLocal < Deploy
|
||||||
run %(bundle install --no-cache --path="#{gems_dir}")
|
run %(bundle install --no-cache --path="#{gems_dir}")
|
||||||
end
|
end
|
||||||
|
|
||||||
# rubocop:disable Metrics/LineLength
|
|
||||||
def jekyll_build
|
def jekyll_build
|
||||||
run "bundle exec jekyll build --trace --destination \"#{escaped_destination}\""
|
run "bundle exec jekyll build --trace --destination \"#{escaped_destination}\""
|
||||||
end
|
end
|
||||||
# rubocop:enable Metrics/LineLength
|
|
||||||
|
|
||||||
# no debería haber espacios ni caracteres especiales, pero por si
|
# no debería haber espacios ni caracteres especiales, pero por si
|
||||||
# acaso...
|
# acaso...
|
||||||
|
|
Loading…
Reference in a new issue