gitlab-org--gitlab-foss/config/initializers/sprockets_base_file_digest_key.rb
Rémy Coutable 31fc5965ba
Monkey-patch Sprockets to prevent cache ballooning
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-02-05 13:38:52 +01:00

3 lines
98 B
Ruby

# frozen_string_literal: true
Sprockets::Base.prepend(Gitlab::Patch::SprocketsBaseFileDigestKey)