Retrospring/config/initializers/13_theme.rb

5 lines
159 B
Ruby
Raw Normal View History

2015-07-29 09:59:52 -07:00
# Cache theme CSS if in production
__THEME_CSS_CACHE = if Rails.env == 'production'
File.read Rails.root.join 'app/views/user/theme.css.scss.erb'
end.freeze