diff options
| author | Alban Peignier | 2012-06-22 09:05:56 +0200 |
|---|---|---|
| committer | Alban Peignier | 2012-06-22 09:05:56 +0200 |
| commit | 39f4264afd25bfc8fbe3d500975fe7adc7d508c7 (patch) | |
| tree | 8eff7de3e90437be616e81c612b2f209e852fb24 /config | |
| parent | e0c5300859ec08bc020880d268e275bb103785ac (diff) | |
| download | chouette-core-39f4264afd25bfc8fbe3d500975fe7adc7d508c7.tar.bz2 | |
Disable assets.debug in development
Diffstat (limited to 'config')
| -rw-r--r-- | config/environments/development.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb index 250c17def..73606fc10 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -26,7 +26,7 @@ ChouetteIhm::Application.configure do config.assets.compress = false # Expands the lines which load the assets - config.assets.debug = true + config.assets.debug = false config.action_mailer.default_url_options = { :host => 'localhost:3000' } |
