2016-01-28 11:54:13 -05:00
|
|
|
# See https://github.com/fphilipe/premailer-rails#configuration
|
|
|
|
Premailer::Rails.config.merge!(
|
|
|
|
generate_text_part: false,
|
|
|
|
preserve_styles: true,
|
|
|
|
remove_comments: true,
|
2016-04-14 16:02:22 -04:00
|
|
|
remove_ids: false,
|
2019-04-03 08:49:06 -04:00
|
|
|
remove_scripts: false,
|
|
|
|
output_encoding: 'US-ASCII'
|
2016-01-28 11:54:13 -05:00
|
|
|
)
|