The Ember web client for Travis CI
![]() It seems that store is not automatically cleaned when calling app.destroy() as this is just regular property on app object. Furthermore, there is a bug with connectOutlet that prevents cleaning views that are set with it. I've added a small hack to save all the views added as outlets to be able to clean them after running tests. |
||
---|---|---|
assets | ||
lib/guard | ||
public | ||
.gitignore | ||
AssetFile | ||
config.ru | ||
Gemfile | ||
Gemfile.lock | ||
Guardfile | ||
Guardfile.phantom | ||
NOTES.txt | ||
Procfile | ||
Rakefile | ||
README.md | ||
run_jasmine.coffee | ||
run_mocha.js | ||
seeds.sql | ||
unicorn.rb |
Goals
See https://gist.github.com/e4728d00bfd1d6559f4a
Running the app
This is a static html/js app so you shouldn't need to install anything.
git clone git://github.com/svenfuchs/travis-ember.git
cd travis-ember
open public/index.html
Compiling assets manually
bundle install
bundle exec rakep
Compiling assets on change
bundle install
bundle exec guard