node-sassy
A sass compiler for node that relies on your installed ruby gem of sass.
Installation
npm install node-sassy
Example
// Simple file example.sassy; // Multiple files (concatenated)sassy; // Specify where to import fromvar opts = includeFrom: path; sassy;
License
MIT License, No Attribution Required, Copyright 2013 Jacob Gable