mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-07 16:03:37 +01:00
Remove unused theme initialiser
This commit is contained in:
parent
6bdaff83c7
commit
1dfe0418c9
1 changed files with 0 additions and 6 deletions
|
@ -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 a new issue