From 582d63c60a904b3f2ff255c4887f670810b0cd99 Mon Sep 17 00:00:00 2001 From: f Date: Wed, 28 Feb 2018 16:10:50 -0300 Subject: [PATCH] capturar toda la salida --- bin/jekyll_build_all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/jekyll_build_all b/bin/jekyll_build_all index 00751a65..f6526588 100755 --- a/bin/jekyll_build_all +++ b/bin/jekyll_build_all @@ -29,7 +29,7 @@ find -L ./_sites -mindepth 3 -maxdepth 3 -name .generate \ # Ya que estamos, eliminamos la ruta donde estamos paradas para no dar # informaciĆ³n sobre la servidora. bundle exec \ - jekyll build --trace --destination "${_deploy}" \ + jekyll build --trace --destination "${_deploy}" 2>&1 \ | sed -re "s,${_path},,g" \ > "build.log"