/serving_sass

Primary LanguageJavaScript

##Installation After downloading repository you must install broccoli-cli:

npm install -g broccoli-cli

##Serving files You can serve yours CSS with command:

broccoli serve

compiled SCSS will be visible here: http://localhost:4200/application.css

You can edit your SCSS files on the fly.

##Building CSS from SCSS If you want to build static CSS instead of serving it on the fly, you can use this:

broccoli build dist

Your CSS will be in dist directory

##Resources http://broccolijs.com/

https://github.com/broccolijs/broccoli

https://github.com/joliss/broccoli-sass