Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (21 loc) · 1.3 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.3 KB

NO LONGER MAINTAINED

Sassy Brunch with Ember and CoffeeSoup

Inspired from ember-brunch by icholy. Substitutes Javascript with CoffeeScript and adds Twitter Bootstrap on Compass.

Use it with Brunch

To use this with Brunch.io, you'll need brunch installed. It's dead-easy to do that:

	npm install -g brunch

Next, create a new brunch app using the brunch-ember-sassy skeleton:

	brunch new myapp -s git://github.com/tricinel/brunch-ember-sassy.git

Brunch will build your project structure and npm will install all dependencies specified in package.json. Start the server using

	brunch watch --server

Profit!

What it's packing

Coming soon

It'd be awesome to include ember-bootstrap - a set of UI elements built for Ember using Twitter bootstrap, and also separate the Twitter bootstrap files (both javascript plugins and the files) into easily importable units, so you only include what you actually need as dependencies.