debian-mirror-gitlab/config/initializers/premailer.rb
2019-07-07 11:18:12 +05:30

10 lines
253 B
Ruby

# See https://github.com/fphilipe/premailer-rails#configuration
Premailer::Rails.config.merge!(
generate_text_part: false,
preserve_styles: true,
remove_comments: true,
remove_ids: false,
remove_scripts: false,
output_encoding: 'US-ASCII'
)