debian-mirror-gitlab/config/initializers/premailer.rb

9 lines
222 B
Ruby
Raw Normal View History

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,
remove_ids: false,
2019-05-30 16:15:17 +05:30
remove_scripts: false
2016-06-02 11:05:42 +05:30
)