Keep assets dependencies in assets group in Gemfile
This commit is contained in:
parent
11ac6ef3fe
commit
69fad1e417
14
Gemfile
14
Gemfile
|
@ -7,12 +7,14 @@ gem 'rack-ssl', '~> 1.3'
|
||||||
gem 'rack-cache'
|
gem 'rack-cache'
|
||||||
gem 'sinatra'
|
gem 'sinatra'
|
||||||
|
|
||||||
gem 'rake-pipeline', github: 'livingsocial/rake-pipeline', ref: '3465e0e3e1'
|
group :assets do
|
||||||
gem 'rake-pipeline-web-filters', github: 'wycats/rake-pipeline-web-filters'
|
gem 'rake-pipeline', github: 'livingsocial/rake-pipeline', ref: '3465e0e3e1'
|
||||||
gem 'coffee-script'
|
gem 'rake-pipeline-web-filters', github: 'wycats/rake-pipeline-web-filters'
|
||||||
gem 'compass'
|
gem 'coffee-script'
|
||||||
gem 'tilt'
|
gem 'compass'
|
||||||
gem 'uglifier'
|
gem 'tilt'
|
||||||
|
gem 'uglifier'
|
||||||
|
end
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
gem 'rake', '~> 0.9.2'
|
gem 'rake', '~> 0.9.2'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user