Remove unused theme initialiser
This commit is contained in:
parent
6bdaff83c7
commit
1dfe0418c9
|
@ -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
|
Loading…
Reference in New Issue