npm.io
0.0.5 • Published 12 years ago

ember-cli-broccoli-compass

Licence
MIT
Version
0.0.5
Deps
2
Vulns
1
Weekly
0
Stars
3

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

Keywords