Skip to content

mmuddasir/brunch-ember-sassy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Ember skeleton for Brunch with CoffeeScript and Twitter Bootstrap (Compass)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published