diff --git a/Gemfile b/Gemfile index 560e9621..524dcdc7 100644 --- a/Gemfile +++ b/Gemfile @@ -20,6 +20,7 @@ end group :development, :test do gem 'rake', '~> 0.9.2' gem 'localeapp' + gem 'handlebars' end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index f60c629c..d5ef4c35 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -25,6 +25,7 @@ GEM execjs coffee-script-source (1.3.3) columnize (0.3.6) + commonjs (0.2.6) compass (0.12.2) chunky_png (~> 1.2) fssm (>= 0.2.7) @@ -47,8 +48,12 @@ GEM guard (1.4.0) listen (>= 0.4.2) thor (>= 0.14.6) + handlebars (0.3.1) + commonjs (~> 0.2.3) + therubyracer (~> 0.10.0) i18n (0.6.1) json (1.7.5) + libv8 (3.3.10.4) listen (0.5.3) localeapp (0.6.7) gli @@ -70,7 +75,7 @@ GEM rack-test (0.6.2) rack (>= 1.0) rake (0.9.5) - rake-pipeline-i18n-filters (0.0.3) + rake-pipeline-i18n-filters (0.0.5) rb-fsevent (0.9.2) rerun (0.7.1) listen @@ -96,6 +101,8 @@ GEM rack-test sinatra (~> 1.3.0) tilt (~> 1.3) + therubyracer (0.10.2) + libv8 (~> 3.3.10) thor (0.16.0) tilt (1.3.3) uglifier (1.3.0) @@ -112,6 +119,7 @@ DEPENDENCIES debugger foreman guard + handlebars localeapp puma rack-cache diff --git a/assets/scripts/app/templates/layouts/top.hbs b/assets/scripts/app/templates/layouts/top.hbs index ff7905fc..468379a8 100644 --- a/assets/scripts/app/templates/layouts/top.hbs +++ b/assets/scripts/app/templates/layouts/top.hbs @@ -4,7 +4,7 @@