1
Fork 0

Fux build speed and hotfix

This commit is contained in:
Jake Howard 2016-06-03 22:12:48 +01:00
parent 69d9bdc7ac
commit c5ebf28dc0
Signed by: jake
GPG key ID: 57AFB45680EDD477

4
build
View file

@ -18,10 +18,10 @@ echo ">> Cleaning plugins..."
rm -rf pelican_plugins rm -rf pelican_plugins
echo ">> Installing 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..." echo ">> Hot fixing..."
rm -rf pelican_plugins/pelican-jinja2content 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 npm install