0.0.5 • Published 11 years ago
ember-cli-broccoli-compass v0.0.5
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-compassRequirements
compass should be installed on your machine in order for this addon to work.
To install compass, run:
gem install compassUsage
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