ciembor / serving_sass

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##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

About


Languages

Language:JavaScript 70.3%Language:CSS 18.5%Language:HTML 11.2%