From c5ebf28dc00eb8188f7231a37d69d1d3ea6205c7 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 3 Jun 2016 22:12:48 +0100 Subject: [PATCH] Fux build speed and hotfix --- build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build b/build index 1458ed1..cfade39 100755 --- a/build +++ b/build @@ -18,10 +18,10 @@ echo ">> Cleaning plugins..." rm -rf pelican_plugins echo ">> Installing Plugins" -git clone --recursive https://github.com/getpelican/pelican-plugins pelican_plugins/ +git clone --recursive https://github.com/getpelican/pelican-plugins --depth=1 pelican_plugins/ echo ">> Hot fixing..." rm -rf pelican_plugins/pelican-jinja2content -git clone https://github.com/RealOrangeOne/pelican-jinja2content pelican_plugins/pelican-jinja2content +git clone https://github.com/RealOrangeOne/pelican-jinja2content -b patch-1 --depth=1 pelican_plugins/pelican-jinja2content npm install