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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/Rules
diff options
context:
space:
mode:
authorVasilii Iakliushin <viakliushin@gitlab.com>2020-11-12 17:45:29 +0300
committerVasilii Iakliushin <viakliushin@gitlab.com>2020-11-17 15:55:05 +0300
commitb681ce1ac9fdda3abfd01ac975a72caa715747b5 (patch)
tree67a018a4a3e7d04566449cd89643fe1be18349ab /Rules
parent23d527916bfdd5bebd4aa8bc0908101aaaa4c1c5 (diff)
Replace images with their symlinks
Contributes to https://gitlab.com/gitlab-org/gitlab-docs/-/issues/879 Replacing images with their symlinks allows to save disk space.
Diffstat (limited to 'Rules')
-rw-r--r--Rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rules b/Rules
index c6886e36..977c5117 100644
--- a/Rules
+++ b/Rules
@@ -161,4 +161,6 @@ passthrough '/favicon.ico'
postprocess do
system('nanoc frontend')
+
+ Gitlab::SymlinksConverter.run(config, items)
end