ember-cli Changelog Use loader.js from bower (0c1e8d28) Drops implementation files (54df0288) Drop boilerplate tests (c6f7475e) Use named-amd version of ic-ajax (#225) Separate tests and app code. Tests are now within 'assets/tests.js' (#220). 0.0.20 Run tests through /tests. Integrate ember-qunit. Makes sure livereload reports error from watcher (a1d447fe) Support multiple CSS Preprocessors (LESS, Sass and Stylus) upgrade broccoli to 0.5.0. slight Brocfile syntax change: var foo = makeTree("foo") // is now just var foo = "foo";