1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

snap: Skip installing postcss due to failure on build server

npm running on fails to fetch postcss-cli on build.snapcraft.io
due to network proxy issue.

See https://forum.snapcraft.io/t/build-fails-behind-proxy-on-build-snapcraft-io/6951/3
This commit is contained in:
Anthony Fok
2018-08-24 10:08:56 -06:00
parent 2c934be8ab
commit 66f688f712

View File

@ -58,16 +58,8 @@ parts:
node:
plugin: nodejs
node-packages: [postcss-cli]
filesets:
node:
- bin/node
postcss:
- bin/postcss
- lib/node_modules/postcss-cli/*
prime:
- $node
- $postcss
- bin/node
pygments:
plugin: python