Skip to content

Commit

Permalink
fix asset pipes
Browse files Browse the repository at this point in the history
  • Loading branch information
jody committed Nov 14, 2012
1 parent 92ebd7a commit 5a65ad8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Expand Up @@ -11,14 +11,15 @@ gem 'mysql2'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'therubyracer', :platform => :ruby

gem 'coffee-rails'
gem 'uglifier'
gem 'less-rails'
gem 'jquery-ui-rails'


end
gem 'therubyracer'
gem 'less-rails'
gem 'twitter-bootstrap-rails', :git => 'git://github.com/seyhunak/twitter-bootstrap-rails.git'
gem 'turbolinks'
gem 'jquery-rails'
Expand Down

0 comments on commit 5a65ad8

Please sign in to comment.