From 03595db5fa2a592a2a37e453b5c38d1b882df96f Mon Sep 17 00:00:00 2001 From: Sven Fuchs Date: Wed, 17 Oct 2012 03:21:28 +0200 Subject: [PATCH] re-add guard, rename "profile" menu item to "accounts" and add the github badge to the accounts sidebar --- Gemfile | 2 + Gemfile.lock | 8 +- .../scripts/app/templates/layouts/profile.hbs | 8 +- assets/scripts/app/templates/layouts/top.hbs | 2 +- public/scripts/app.js | 2 +- public/scripts/min/app.js | 2 +- public/styles/app.css | 3208 ++++++++--------- public/version | 2 +- 8 files changed, 1622 insertions(+), 1612 deletions(-) diff --git a/Gemfile b/Gemfile index 3d983993..fa4f1da6 100644 --- a/Gemfile +++ b/Gemfile @@ -20,4 +20,6 @@ group :development do gem 'debugger' gem 'foreman' gem 'rerun' + gem 'guard' + gem 'rb-fsevent', '~> 0.9.1' end diff --git a/Gemfile.lock b/Gemfile.lock index 5846f4fb..d9a565b4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -40,6 +40,9 @@ GEM foreman (0.60.2) thor (>= 0.13.6) fssm (0.2.9) + guard (1.4.0) + listen (>= 0.4.2) + thor (>= 0.14.6) kgio (2.7.4) listen (0.5.3) multi_json (1.3.6) @@ -50,10 +53,11 @@ GEM rack raindrops (0.10.0) rake (0.9.2.2) + rb-fsevent (0.9.2) rerun (0.7.1) listen sass (3.2.1) - thor (0.14.6) + thor (0.16.0) tilt (1.3.3) uglifier (1.3.0) execjs (>= 0.3.0) @@ -71,11 +75,13 @@ DEPENDENCIES compass debugger foreman + guard rack-cache rack-ssl (~> 1.3) rake (~> 0.9.2) rake-pipeline! rake-pipeline-web-filters! + rb-fsevent (~> 0.9.1) rerun tilt uglifier diff --git a/assets/scripts/app/templates/layouts/profile.hbs b/assets/scripts/app/templates/layouts/profile.hbs index 1d636a93..124a5928 100644 --- a/assets/scripts/app/templates/layouts/profile.hbs +++ b/assets/scripts/app/templates/layouts/profile.hbs @@ -13,9 +13,11 @@