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 /config/environments | |
| parent | 532efe9ea5b9ee61a7180d39c4dbb63b8b454b1b (diff) | |
| download | chouette-core-e740f23239ff2fcad73b8933435518c20b8a025f.tar.bz2 | |
adapt to packaging debian
Diffstat (limited to 'config/environments')
| -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 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 |
