diff options
| author | Michel Etienne | 2015-08-11 17:33:46 +0200 |
|---|---|---|
| committer | Michel Etienne | 2015-08-11 17:33:46 +0200 |
| commit | e740f23239ff2fcad73b8933435518c20b8a025f (patch) | |
| tree | f53e495aaf6077101ffbede978f2c2b249e97584 | |
| parent | 532efe9ea5b9ee61a7180d39c4dbb63b8b454b1b (diff) | |
| download | chouette-core-e740f23239ff2fcad73b8933435518c20b8a025f.tar.bz2 | |
adapt to packaging debian
| -rw-r--r-- | Gemfile | 2 | ||||
| -rw-r--r-- | Gemfile.lock | 3 | ||||
| -rw-r--r-- | config/environments/production.rb | 2 |
3 files changed, 2 insertions, 5 deletions
@@ -139,7 +139,7 @@ group :development do gem 'letter_opener' gem 'quiet_assets', '~> 1.0' - platforms :ruby_20, :ruby_21, :ruby_22 do + platforms :ruby_20, :ruby_21 do gem 'better_errors' gem 'binding_of_caller' end diff --git a/Gemfile.lock b/Gemfile.lock index 9c10944ad..451a10ab0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -566,6 +566,3 @@ DEPENDENCIES warbler will_paginate (~> 3.0.7) will_paginate-bootstrap (~> 1.0.1) - -BUNDLED WITH - 1.10.3 diff --git a/config/environments/production.rb b/config/environments/production.rb index bdfc955f6..07604fb82 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -26,7 +26,7 @@ Rails.application.configure do config.assets.css_compressor = :sass # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false + config.assets.compile = true # Generate digests for assets URLs. config.assets.digest = true |
