Remove assets group, it's not installed for slug compilation now
This commit is contained in:
parent
78ff50ce68
commit
13741d97bb
18
Gemfile
18
Gemfile
|
@ -8,16 +8,14 @@ gem 'rack-cache'
|
|||
gem 'rack-mobile-detect'
|
||||
gem 'sinatra'
|
||||
|
||||
group :assets do
|
||||
gem 'rake-pipeline', github: 'livingsocial/rake-pipeline'
|
||||
gem 'rake-pipeline-web-filters', github: 'wycats/rake-pipeline-web-filters'
|
||||
gem 'coffee-script'
|
||||
gem 'compass'
|
||||
gem 'tilt'
|
||||
gem 'uglifier'
|
||||
gem 'yui-compressor'
|
||||
gem 'libv8', '~> 3.16.0'
|
||||
end
|
||||
gem 'rake-pipeline', github: 'livingsocial/rake-pipeline'
|
||||
gem 'rake-pipeline-web-filters', github: 'wycats/rake-pipeline-web-filters'
|
||||
gem 'coffee-script'
|
||||
gem 'compass'
|
||||
gem 'tilt'
|
||||
gem 'uglifier'
|
||||
gem 'yui-compressor'
|
||||
gem 'libv8', '~> 3.16.0'
|
||||
|
||||
group :development, :test do
|
||||
gem 'rake'
|
||||
|
|
Loading…
Reference in New Issue
Block a user