diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/environments/development.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb index 43a6846..1c26f7d 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb | |||
| @@ -22,4 +22,7 @@ Cccms::Application.configure do | |||
| 22 | config.hosts.clear | 22 | config.hosts.clear |
| 23 | 23 | ||
| 24 | config.middleware.delete ExceptionNotification::Rack | 24 | config.middleware.delete ExceptionNotification::Rack |
| 25 | |||
| 26 | config.assets.debug = false | ||
| 27 | config.assets.digest = true | ||
| 25 | end | 28 | end |
