473674a2c3
This prevents `&mdash` in our templates being change to `-`
9 lines
253 B
Ruby
9 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'
|
|
)
|