sigh-sass
Compiles css files with node-sass. The sass compilers run in the sigh process pool to take advantage of multiple CPUs/cores.
Example
npm install --save node-sass sigh-sass
then add this to your sigh.js
:
var sass glob write module { pipelines'build:source' = }
You can pass an object containing node-sass options as the first parameter to sass
.
TODO
- Write more tests