From: Anthony Fok Date: Fri, 24 Aug 2018 16:08:56 +0000 (-0600) Subject: snap: Skip installing postcss due to failure on build server X-Git-Tag: v0.48~17 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=66f688f7120560ca787c1a23e3e7fbc3aa617956;p=brevno-suite%2Fhugo 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 --- diff --git a/snapcraft.yaml b/snapcraft.yaml index fd862fe0..a4667a3b 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -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