The Ember web client for Travis CI
Go to file
Piotr Sarnacki 236ac25cbf Merge data coming from pusher instead of replacing everything
Pusher events do not always have the entire data for given object.
That's why we need to merge incoming data instead of replacing
everything. Current implementation of merge is just modified version of
load function, so it will be best to either add it to Ember or make the
implementation less dependent on internals.
2012-08-02 01:54:17 +02:00
assets Merge data coming from pusher instead of replacing everything 2012-08-02 01:54:17 +02:00
lib/guard add a guardfile for running specs 2012-07-05 00:47:05 +02:00
public Merge data coming from pusher instead of replacing everything 2012-08-02 01:54:17 +02:00
.gitignore add seeds gitignore config/travis.yml 2012-07-21 20:03:29 +02:00
AssetFile rearrange things 2012-07-22 17:23:35 +02:00
config.ru use pushState 2012-07-22 15:10:34 +02:00
Gemfile add a sinatra app + stuff 2012-07-20 14:31:29 +02:00
Gemfile.lock Bundle update 2012-07-27 20:39:23 +02:00
Guardfile try using minispade 2012-06-22 12:14:00 +02:00
Guardfile.phantom add a guardfile for running specs 2012-07-05 00:47:05 +02:00
NOTES.txt port stuff 2012-06-21 02:00:14 +02:00
Procfile add guard to procfile 2012-07-23 17:34:17 +02:00
Rakefile add a rake task to update ember to current master 2012-06-27 16:32:45 +02:00
README.md add a readme 2012-06-24 03:42:41 +02:00
run_jasmine.coffee try using jasmine for specs 2012-06-25 23:58:27 +02:00
run_mocha.js try using jasmine for specs 2012-06-25 23:58:27 +02:00
seeds.sql add seeds gitignore config/travis.yml 2012-07-21 20:03:29 +02:00
unicorn.rb deploy to heroku 2012-06-27 17:05:16 +02:00

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