Browse Source

Attempt #2

development
Godwin 11 years ago
parent
commit
40f3f7fd0c
  1. 2
      Gemfile
  2. 5
      Gemfile.lock

2
Gemfile

@ -34,7 +34,7 @@ gem 'jquery-rails'
# Assets
gem 'coffee-rails', '~> 4.0.0'
gem 'haml_assets'
# gem 'handlebars_assets'
gem 'handlebars_assets'
gem 'i18n-js'
gem 'jquery-turbolinks'
gem 'sass-rails', '~> 4.0.0'

5
Gemfile.lock

@ -102,6 +102,10 @@ GEM
haml_assets (0.2.2)
haml
tilt
handlebars_assets (0.14.1)
execjs (>= 1.2.9)
sprockets (>= 2.0.3)
tilt
hike (1.2.3)
i18n (0.6.5)
i18n-js (2.1.2)
@ -257,6 +261,7 @@ DEPENDENCIES
faker
haml
haml_assets
handlebars_assets
i18n-js
jquery-rails
jquery-turbolinks

Loading…
Cancel
Save