Skip to content

Commit

Permalink
twitter-bootstrap - include less-rails & correct execjs runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Nov 9, 2012
1 parent bd727db commit d377a13
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scrolls/twitter_bootstrap.rb
@@ -1,6 +1,11 @@
gem_group :assets do
gem 'twitter-bootstrap-rails'
gem 'therubyracer'
gem 'less-rails'
if jruby?
gem 'therubyrhino'
else
gem 'therubyracer'
end
end

after_bundler do
Expand Down

0 comments on commit d377a13

Please sign in to comment.