Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.
stefri edited this page Jan 4, 2012 · 8 revisions

The goal of this plugin is to provide a seamless build integration for Ember.js Applications with SBT. Ember.js is a JavaScript Framework derived from SproutCore (formerly known as SproutCore 2.0). While the main goal is to use Ember.js as a client side framework for a Spray based application - this plugin is not bound to Spray.

It uses parts of the Browser Package Manager BPM namely Spade to enable the user to use Node.js like 'require(...)` statements in JavaScript files. If you prefer CoffeeScript over plain old JavaScript this plugin plays nicely with softprops SBT CoffeeScript Plugin. This makes it easy to build even complex applications.

To get started please read the following documents:

If you have any questions feel free to contact me via Github. If you found any bugs or you are missing some important features please use the issue tracker on github.

Have fun with Ember.js and SBT! ... and happy spraying ;)

Clone this wiki locally