From 7c9aba4a6192617cd29765450711a65affccecef Mon Sep 17 00:00:00 2001 From: luca-marie Date: Thu, 22 Sep 2016 16:13:42 +0200 Subject: clean up --- config/initializers/customization.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'config') diff --git a/config/initializers/customization.rb b/config/initializers/customization.rb index 9b3a2b9..a96564c 100644 --- a/config/initializers/customization.rb +++ b/config/initializers/customization.rb @@ -1,10 +1,8 @@ -# # When deploying, common customizations can be dropped in config/customizations. This initializer makes this work. # APP_CONFIG["customization_directory"] ||= "#{Rails.root}/config/customization" customization_directory = APP_CONFIG["customization_directory"] -# # Set customization views as the first view path # # Rails.application.config.paths['app/views'].unshift "config/customization/views" @@ -21,7 +19,6 @@ customization_directory = APP_CONFIG["customization_directory"] # * For this to work, config.assets.initialize_on_precompile MUST be set to true, otherwise # this initializer will never get called in production mode when the assets are precompiled. # -# Rails.application.config.assets.paths.unshift "#{customization_directory}/stylesheets" Rails.application.config.assets.paths.unshift "#{customization_directory}/assets" # -- cgit v1.2.3