diff options
| author | Luc Donnet | 2015-06-18 09:28:20 +0200 |
|---|---|---|
| committer | Luc Donnet | 2015-06-18 09:28:43 +0200 |
| commit | c7f5f5ea52a02ca3aeab78a1a66868c12c97cda8 (patch) | |
| tree | 85f1fd1e91e31094e8ae0fcf472554893b7de99f | |
| parent | cb9b401df1cffdb4411378e13fb65174b6991c31 (diff) | |
| download | chouette-core-c7f5f5ea52a02ca3aeab78a1a66868c12c97cda8.tar.bz2 | |
Set digest to true for assets in production
| -rw-r--r-- | config/environments/production.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb index 767b28a93..e734a8573 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -29,7 +29,7 @@ Rails.application.configure do config.assets.compile = false # Generate digests for assets URLs. - config.assets.digest = false + config.assets.digest = true # Must add sub uri for assets. Same as config.action_controller.relative_url_root # config.assets.prefix = "/chouette2" |
