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,
|
2016-04-05 17:03:34 -04:00
|
|
|
remove_scripts: false
|
2016-01-28 11:54:13 -05:00
|
|
|
)
|