mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-26 12:16:22 +00:00
Merge branch 'issue-1849' into panel.sutty.nl
This commit is contained in:
commit
542c4ad1b3
1 changed files with 5 additions and 0 deletions
|
@ -114,6 +114,11 @@ class DeployLocal < Deploy
|
||||||
# XXX: Desde que ya no compartimos el directorio de gemas, tenemos
|
# XXX: Desde que ya no compartimos el directorio de gemas, tenemos
|
||||||
# que hacer limpieza después de instalar.
|
# que hacer limpieza después de instalar.
|
||||||
run %(bundle install --no-cache --path="#{gems_dir}" --clean --without test development), output: output
|
run %(bundle install --no-cache --path="#{gems_dir}" --clean --without test development), output: output
|
||||||
|
|
||||||
|
# Eliminar archivos que no se usan
|
||||||
|
Dir.glob("#{gems_dir}/ruby/2.7.0/{cache/*,gems/*/{spec,test,ext,vendor}}").each do |dir|
|
||||||
|
FileUtils.rm_rf(dir)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def jekyll_build(output: false)
|
def jekyll_build(output: false)
|
||||||
|
|
Loading…
Reference in a new issue