Compiles compass project using compass, so you need to have compass installed on your machine.
npm install --save-dev broccoli-compassNote: The API might change in subsequent 0.x versions.
var compileSass = require('broccoli-compass');
var compassTree = compileSass(tree, files, {
outputStyle: 'expanded' //include here compass options. Note: some options might be ignored as they are automatically filled
});if files is omitted the entire folder will be compiled.
Command to execute compass.
Default: compass
Please refer to the compass configuration for more details about the available options
##License MIT