{"id":25017,"library":"broccoli-compass-compiler","title":"broccoli-compass-compiler","description":"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.","status":"deprecated","version":"0.0.6","language":"javascript","source_language":"en","source_url":"ssh://git@github.com/quaertym/broccoli-compass-compiler","tags":["javascript","compass","broccoli"],"install":[{"cmd":"npm install broccoli-compass-compiler","lang":"bash","label":"npm"},{"cmd":"yarn add broccoli-compass-compiler","lang":"bash","label":"yarn"},{"cmd":"pnpm add broccoli-compass-compiler","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"CJS only; no ES module support.","wrong":"import compileCompass from 'broccoli-compass-compiler'","symbol":"compileCompass","correct":"const compileCompass = require('broccoli-compass-compiler')"},{"note":"No default export; module exports the function directly.","wrong":"const compileCompass = require('broccoli-compass-compiler').default","symbol":"default","correct":"const compileCompass = require('broccoli-compass-compiler')"},{"note":"No TypeScript types; manually declare module or use @ts-ignore.","wrong":"import compileCompass from 'broccoli-compass-compiler'","symbol":"type","correct":"const compileCompass: (paths: string[], options?: object) => any = require('broccoli-compass-compiler')"}],"quickstart":{"code":"const compileCompass = require('broccoli-compass-compiler');\nconst tree = compileCompass(['app/styles'], {\n  outputStyle: 'compressed'\n});\n// Export tree for Broccoli pipeline\nmodule.exports = tree;","lang":"javascript","description":"Basic usage: compile Sass with Compass using Broccoli, output compressed CSS."},"warnings":[{"fix":"Install Ruby and `gem install compass`. Alternatively use broccoli-sass (node-sass) or broccoli-eyeglass.","message":"Requires Ruby and Compass gem installed globally. Not a pure Node.js solution.","severity":"gotcha","affected_versions":"all"},{"fix":"Migrate to broccoli-sass (C++) or broccoli-eyeglass (JS-based with libsass).","message":"Package is unmaintained since 2015. No updates or bug fixes.","severity":"deprecated","affected_versions":"all"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Ensure config.rb exists in each CSS source directory","cause":"Missing config.rb in source directory","error":"Error: Compass was unable to find a project root directory"},{"fix":"Install Compass: `gem install compass`","cause":"Compass binary not found in PATH","error":"Error: spawn compass ENOENT"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}