Remove unused theme initialiser

This commit is contained in:
Georg Gadinger 2020-05-09 03:42:15 +02:00
parent 6bdaff83c7
commit 1dfe0418c9
1 changed files with 0 additions and 6 deletions

View File

@ -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