0.2.4 • Published 9 years ago

broccoli-compass v0.2.4

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

broccoli-compass Build Status Code Climate

Compiles compass project using compass, so you need to have compass installed on your machine.

Installation

npm install --save-dev broccoli-compass

Tests

npm install
npm test

Usage

Note: The API might change in subsequent 0.x versions.

var compileSass = require('broccoli-compass');
var compassTree = compileSass(tree, {
    outputStyle: 'expanded'
  });

if files is omitted the entire folder will be compiled.

Plugin Options
  • compassCommand: Command to execute compass. Default to compass.
  • ignoreErrors: If set to true, Broccoli will only print the error instead of raising an exception. Default to false
  • cleanOutput (slower): if true, css files will be processed to extract the list of images and fonts to be copied, instead the destination folder will contain all files. Default to false
  • exclude DEPRECATED: deprecated in favor of cleanOutput option.
Compass Options

Please refer to the compass configuration for more details about the available options

Credits

##License MIT

0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago