starter-kit/.travis.yml
Martin Pitt 233b5cfe04 Use sassc instead of node-sass
node-sass is a compiled ELF module, which is problematic for
distributions that want to rebuild everything from source. The sassc CLI
program is packaged everywhere, and both use the same libsass library.

So drop node-sass and sass-loader, and replace it with a simple loader
wrapper around sassc.

This also saves 122 npm packages (16 MB in node_modules/).

Closes #382
2020-10-28 14:49:52 +01:00

12 lines
151 B
YAML

dist: focal
sudo: false
language: node_js
node_js:
- "lts/*"
addons:
apt:
packages:
- sassc
script:
- make
- make po/starter-kit.pot