Welcome to mirror list, hosted at ThFree Co, Russian Federation.

premailer.rb « initializers « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 77077888af332ebf3dafe174b875449fef5abb91 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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'
)