# ember-cli-broccoli-compass

> Ember CLI Broccoli Compass

Latest version **0.0.5** (published 2014-08-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install ember-cli-broccoli-compass
pnpm add ember-cli-broccoli-compass
yarn add ember-cli-broccoli-compass
bun add ember-cli-broccoli-compass
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.5 |
| Published | 2014-08-21 |
| First published | 2014-08-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Donovan Graham |
| Maintainers | donovan-graham |
| Keywords | ember-addon |

## Links

- npm: https://www.npmjs.com/package/ember-cli-broccoli-compass
- Repository: https://github.com/donovan-graham/ember-cli-broccoli-compass
- Issues: https://github.com/donovan-graham/ember-cli-broccoli-compass/issues
- npm.io page: https://npm.io/package/ember-cli-broccoli-compass

## Dependencies (2)

- [broccoli-compass](https://npm.io/package/broccoli-compass.md) 0.0.7
- [broccoli-merge-trees](https://npm.io/package/broccoli-merge-trees.md) ^0.1.4

## Recent versions

- 0.0.5 (latest) — 2014-08-21
- 0.0.4 — 2014-08-21
- 0.0.3 — 2014-08-20
- 0.0.2 — 2014-08-20
- 0.0.1 — 2014-08-20

## README

## ember-cli-broccoli-compass

This addon adds [compass](http://compass-style.org/) compiler for [Ember CLI](http://www.ember-cli.com/).

### Installation

In your Ember CLI app (>= v0.0.37) run the following:

```bash
npm install --save-dev ember-cli-broccoli-compass
```

### Requirements

`compass` should be installed on your machine in order for this addon to work.

To install `compass`, run:

```bash
gem install compass
```

### Usage

After installation everything should work automatically.

A file named `appname.scss` in your `app/styles` directory should be compiled into `appname.css` 
with `ember build` or `ember serve` commands.

Run compass init to create your config.rb file. Add the following in your Brocfile for path to config file:

```javascript
var app = new EmberApp({
  compassOptions: {
    configFile: 'config.rb'
  }
});
```

### References

* [compass](http://compass-style.org/)
* [broccoli-compass](https://github.com/g13013/broccoli-compass)
* [broccoli](https://github.com/broccolijs/broccoli)

This work is built based on the [gist](https://gist.github.com/wagenet/79b804eb943b9f3d7594) by [@wagenet](https://github.com/wagenet) and forked from [@quaertym](https://github.com/quaertym/ember-cli-compass-compiler)

### Other

Still a work in progress, use at your own risk.

### LICENSE

MIT

---
_Source: https://npm.io/package/ember-cli-broccoli-compass · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
