mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 21:26:07 +10:00
9 lines
222 B
Ruby
9 lines
222 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
|
|
)
|