lib/generators/locomotive/install/templates/locomotive.rb in locomotivecms-4.1.1 vs lib/generators/locomotive/install/templates/locomotive.rb in locomotivecms-4.2.0.alpha1

- old
+ new

@@ -68,11 +68,6 @@ # config.steam_image_resizer_secret = 'please change it' # Indicate whether you want to allow users to register with the site. If set # to false the registration page will not be shown. (Default: true) # config.enable_registration = true - - # By default, Locomotive doesn't try to optimize the assets uploaded by the editors. - # If true, it will use imageoptim to decrease the size of an image without losing (too much of) quality. - # config.optimize_uploaded_files = false - end