summaryrefslogtreecommitdiff
path: root/config/initializers/premailer.rb
blob: b9176688bc49e1274b89114b50a86f0c7b02faad (plain)
1
2
3
4
5
6
7
8
# See https://github.com/fphilipe/premailer-rails#configuration
Premailer::Rails.config.merge!(
  generate_text_part: false,
  preserve_styles: true,
  remove_comments: true,
  remove_ids: true,
  remove_scripts: false
)