Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Remove asset group in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nning committed Jun 19, 2017
1 parent c579f7b commit af8f52a
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,12 @@ gem 'simple_form' # DRY form
gem 'sshkit', '~> 1.7.1'
gem 'yaml_db' # Database dump

group :assets do
gem 'coffee-rails'
gem 'therubyracer', platforms: :ruby
gem 'therubyrhino', platforms: :jruby
gem 'uglifier', '~> 2.7.2'

gem 'sass-rails'
gem 'bootstrap-sass', '~> 3.1.1.1'
end
gem 'coffee-rails'
gem 'therubyracer', platforms: :ruby
gem 'therubyrhino', platforms: :jruby
gem 'uglifier', '~> 2.7.2'
gem 'sass-rails'
gem 'bootstrap-sass', '~> 3.1.1.1'

group :development do
# Convenient deployment
Expand Down

0 comments on commit af8f52a

Please sign in to comment.