gitlab-org--gitlab-foss/config/initializers/premailer.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
317 B
Ruby
Raw Normal View History

# frozen_string_literal: true
# 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',
strategies: [:asset_pipeline]
)