aboutsummaryrefslogtreecommitdiffstats
path: root/config/environments
diff options
context:
space:
mode:
Diffstat (limited to 'config/environments')
-rw-r--r--config/environments/development.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb
index e9cd16c34..b14ce60fa 100644
--- a/config/environments/development.rb
+++ b/config/environments/development.rb
@@ -93,4 +93,6 @@ Rails.application.configure do
config.validation_spec = "http://www.chouette.mobi/neptune-validation/v21/"
config.i18n.available_locales = [:fr, :en]
+
+ config.middleware.insert_after(ActionDispatch::Static, Rack::LiveReload)
end