ember-cli-broccoli-compass

0.0.5 • Public • Published

ember-cli-broccoli-compass

This addon adds compass compiler for Ember CLI.

Installation

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

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:

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:

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

References

This work is built based on the gist by @wagenet and forked from @quaertym

Other

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

LICENSE

MIT

Readme

Keywords

Package Sidebar

Install

npm i ember-cli-broccoli-compass

Weekly Downloads

1

Version

0.0.5

License

MIT

Last publish

Collaborators

  • donovan-graham