/ember-todos

[Discontinued] Sample Todos application built using Ember

Primary LanguageCoffeeScript

Todos

The obligatory Todos example in ember.js. This one uses rake-pipeline, coffeescript and sass.

Building

Run make dependencies once.

Then run make to generate or update files in ./public/.

Run make clean to remove all generated files.

Then run make watch to automaticaly rebuild when files in ./app/ are changed.