mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-23 21:53:09 +02:00
snapcraft: Try installing postcss again
Revert "snap: Skip installing postcss due to failure on build server"
This reverts commit 66f688f712
.
This commit is contained in:
@@ -57,8 +57,16 @@ parts:
|
|||||||
|
|
||||||
node:
|
node:
|
||||||
plugin: nodejs
|
plugin: nodejs
|
||||||
prime:
|
node-packages: [postcss-cli]
|
||||||
|
filesets:
|
||||||
|
node:
|
||||||
- bin/node
|
- bin/node
|
||||||
|
postcss:
|
||||||
|
- bin/postcss
|
||||||
|
- lib/node_modules/postcss-cli/*
|
||||||
|
prime:
|
||||||
|
- $node
|
||||||
|
- $postcss
|
||||||
|
|
||||||
pygments:
|
pygments:
|
||||||
plugin: python
|
plugin: python
|
||||||
|
Reference in New Issue
Block a user