test/dummy/config/environments/development.rb in i18n_viz-1.0.1 vs test/dummy/config/environments/development.rb in i18n_viz-1.1.0
- old
+ new
@@ -32,6 +32,8 @@
# Do not compress assets
config.assets.compress = false
# Expands the lines which load the assets
config.assets.debug = true
+
+ config.eager_load = false
end