2016-06-02 11:05:42 +05:30
|
|
|
# See https://github.com/fphilipe/premailer-rails#configuration
|
|
|
|
Premailer::Rails.config.merge!(
|
|
|
|
generate_text_part: false,
|
|
|
|
preserve_styles: true,
|
|
|
|
remove_comments: true,
|
2016-06-16 23:09:34 +05:30
|
|
|
remove_ids: false,
|
2019-07-07 11:18:12 +05:30
|
|
|
remove_scripts: false,
|
|
|
|
output_encoding: 'US-ASCII'
|
2016-06-02 11:05:42 +05:30
|
|
|
)
|