shithub: hugo

Download patch

ref: 4730a78a76a5a264f0cd8fc19daed37be5cb2636
parent: b7706d6aec1c30770f180c9b45df132ba22c87f8
author: Anthony Fok <[email protected]>
date: Mon Sep 24 18:20:45 EDT 2018

snapcraft: Try installing postcss again

Revert "snap: Skip installing postcss due to failure on build server"

This reverts commit 66f688f7120560ca787c1a23e3e7fbc3aa617956.

--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -57,8 +57,16 @@
 
   node:
     plugin: nodejs
+    node-packages: [postcss-cli]
+    filesets:
+      node:
+        - bin/node
+      postcss:
+        - bin/postcss
+        - lib/node_modules/postcss-cli/*
     prime:
-      - bin/node
+      - $node
+      - $postcss
 
   pygments:
     plugin: python