From 1dfe0418c96b7862df3ad83cc05ee270befce02b Mon Sep 17 00:00:00 2001 From: Georg Gadinger Date: Sat, 9 May 2020 03:42:15 +0200 Subject: [PATCH] Remove unused theme initialiser --- config/initializers/13_theme.rb | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 config/initializers/13_theme.rb diff --git a/config/initializers/13_theme.rb b/config/initializers/13_theme.rb deleted file mode 100644 index 9e2af5d4..00000000 --- a/config/initializers/13_theme.rb +++ /dev/null @@ -1,6 +0,0 @@ -# Cache theme CSS if in production -$__THEME_CSS_CACHE_V1 = if Rails.env == 'production' - File.read Rails.root.join 'app/views/user/theme.css.scss.erb' -else - nil -end.freeze