{"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,"search_vec":"'0.0.6':16 'altern':51 'broccoli':2,5,43,47,54 'broccoli-compass-compil':1 'broccoli-eyeglass':46 'broccoli-sass':42 'command':33 'compass':3,13,31,37,53 'compil':4,8,32 'eyeglass':48 'file':10 'framework':14 'instal':40 'javascript':52 'latest':19 'longer':26 'maintain':27 'modern':50 'packag':23 'plugin':6 'releas':20 'requir':34 'rubi':35 'sass':44 'sass/scss':9 'use':11,41 'version':15 'wrap':29","created_at":"2026-05-01T13:42:35.744840+00:00","updated_at":"2026-05-01T13:42:35.744840+00:00","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,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":"","cli_version":null,"type":"library","homepage":null,"github":"https://github.com/quaertym/broccoli-compass-compiler","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/broccoli-compass-compiler","openapi_spec":null,"status_page":null,"smithery":null,"categories":["devops"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-05-01","next_check":"2026-07-30","install_tag":null}}