The Ember web client for Travis CI
Go to file
2012-06-24 03:42:41 +02:00
assets add a readme 2012-06-24 03:42:41 +02:00
lib/guard try using minispade 2012-06-22 12:14:00 +02:00
public add a readme 2012-06-24 03:42:41 +02:00
test remove rails 2012-06-22 00:37:43 +02:00
.gitignore initial commit 2012-06-17 00:05:06 +02:00
AssetFile upgrade ember to current master, use camelized attributes 2012-06-23 23:57:13 +02:00
Gemfile try using minispade 2012-06-22 12:14:00 +02:00
Gemfile.lock try using minispade 2012-06-22 12:14:00 +02:00
Guardfile try using minispade 2012-06-22 12:14:00 +02:00
NOTES.txt port stuff 2012-06-21 02:00:14 +02:00
Rakefile use rake-pipeline 2012-06-22 03:18:07 +02:00
README.md add a readme 2012-06-24 03:42:41 +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