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

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

License

Notifications You must be signed in to change notification settings

tricinel/brunch-ember-sassy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published