mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 13:06:02 +01:00
e7e28efcab
Link color Notification dropdown text fix Dropdown select color Panels Modals Buttons, Labels and Alerts nprogress fix and rename __THEME_CSS_CACHE to __THEME_CSS_CACHE_V1
6 lines
174 B
Ruby
6 lines
174 B
Ruby
# 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
|