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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-17Optimize images 24.5% with ImageOptim.Ivan Zotov
2013-10-30Reduce image size.Kevin Lyda
Checking the site with the PageSpeed extension, one of the reports was in reducing image size. This reduced the number of bytes by 67%. It was done with optipng -o7 -fix *.png in the app/assets/images dir. References: optipng: http://optipng.sourceforge.net/ PageSpeed extension: https://developers.google.com/speed/docs/insights/using_chrome
2011-10-28new design/layout started. projects pagegitlabhq