Skip to content

timmfin/broccoli-compass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

broccoli-compass Build Status

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, files, {
    exclude: ['tmp/**'],
    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
  • exclude: list of glob patterns used to exlude files when copying files from source to destination folder after compile.
Compass Options

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

Credits

##License MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.9%
  • CSS 5.1%