Broccoli plugin to compile Sass/SCSS files using the Compass framework. Version 0.0.6 is the latest release, but the package is no longer maintained. It wraps the `compass compile` command, requiring Ruby and Compass to be installed. Use broccoli-sass or broccoli-eyeglass for modern alternatives.
npm install broccoli-compass-compilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: compile Sass with Compass using Broccoli, output compressed CSS.
Install Ruby and `gem install compass`. Alternatively use broccoli-sass (node-sass) or broccoli-eyeglass.
Migrate to broccoli-sass (C++) or broccoli-eyeglass (JS-based with libsass).
Ensure config.rb exists in each CSS source directory
Install Compass: `gem install compass`
No dependency data recorded yet.