Add pngquant rake tasks
This commit adds two rake tasks: pngquant:compress and pngquant:lint. These tasks automate the compression of our documentation images using pngquant.
Showing
... | ... | @@ -386,6 +386,10 @@ group :development, :test do |
gem 'simple_po_parser', '~> 1.1.2', require: false | ||
gem 'timecop', '~> 0.8.0' | ||
gem 'png_quantizator', '~> 0.2.1', require: false | ||
gem 'parallel', '~> 1.17.0', require: false | ||
end | ||
# Gems required in omnibus-gitlab pipeline | ||
... | ... |
lib/tasks/pngquant.rake
0 → 100644
Please register or sign in to comment