Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a New Layout #31

Merged
merged 5 commits into from Jun 29, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion Gemfile
Expand Up @@ -10,6 +10,7 @@ gem 'omniauth-github'
gem 'github_api'
gem 'pg'
gem 'simple_form'
gem 'zurb-foundation'

group :development do
gem 'brakeman', :require => false
Expand All @@ -35,7 +36,8 @@ group :assets do
gem 'coffee-rails', '~> 4.0.0.beta1'

# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby
# gem 'therubyracer', platforms: :ruby


gem 'uglifier', '>= 1.0.3'
end
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Expand Up @@ -192,6 +192,8 @@ GEM
multi_json (~> 1.0, >= 1.0.2)
xpath (2.0.0)
nokogiri (~> 1.3)
zurb-foundation (4.2.2)
sass (>= 3.2.0)

PLATFORMS
ruby
Expand All @@ -217,3 +219,4 @@ DEPENDENCIES
simple_form
turbolinks
uglifier (>= 1.0.3)
zurb-foundation
3 changes: 3 additions & 0 deletions app/assets/javascripts/application.js
Expand Up @@ -12,5 +12,8 @@
//
//= require jquery
//= require jquery_ujs
//= require foundation
//= require turbolinks
//= require_tree .

$(function(){ $(document).foundation(); });
Expand Up @@ -7,7 +7,8 @@
*
* You're free to add application-wide styles to this file and they'll appear at the top of the
* compiled file, but it's generally better to create a new file per style scope.
*
*= require_self
*= require_tree .
*= require foundation_and_overrides
*= require_tree
*
*/