Skip to content

Commit

Permalink
snapcraft: Try installing postcss again
Browse files Browse the repository at this point in the history
Revert "snap: Skip installing postcss due to failure on build server"

This reverts commit 66f688f.
  • Loading branch information
anthonyfok committed Sep 25, 2018
1 parent b7706d6 commit 4730a78
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,16 @@ parts:

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
Expand Down

0 comments on commit 4730a78

Please sign in to comment.