From 77c6abdb585ebdee6443f70112fdf34eba0aa1b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Sat, 9 Nov 2019 00:50:29 +0000 Subject: [PATCH] Update Rules file --- Technical-details/Rules-file.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Technical-details/Rules-file.md b/Technical-details/Rules-file.md index e8ccf58..5671a0c 100644 --- a/Technical-details/Rules-file.md +++ b/Technical-details/Rules-file.md @@ -90,4 +90,7 @@ The example from the **data.json** file looks like the following as a **data.min It is **highly recommended** to use the **data.min.json** file, because this file will be used by all new versions of ClearURLs. ### rules.min.hash -For the **data.min.json** file, the GitLab CI-Runner automatically generates the nessesary [**rules.min.hash** file](https://gitlab.com/KevinRoebert/ClearUrls/-/jobs/artifacts/master/raw/rules.min.hash?job=hash%20rules). **Note that the hash must be in lowercase.** \ No newline at end of file +For the **data.min.json** file, the GitLab CI-Runner automatically generates the nessesary [**rules.min.hash** file](https://gitlab.com/KevinRoebert/ClearUrls/-/jobs/artifacts/master/raw/rules.min.hash?job=hash%20rules). **Note that the hash must be in lowercase.** + +# data.minify.json +The [**data.minify.json**](https://gitlab.com/KevinRoebert/ClearUrls/-/jobs/artifacts/master/raw/data.minify.hash?job=hash%20rules) file is automatically generated by the GitLab CI-Runner from the **data.min.json** file and also the nessesary [**rules.minify.hash** file](https://gitlab.com/KevinRoebert/ClearUrls/-/jobs/artifacts/master/raw/rules.minify.hash?job=hash%20rules). The **data.minify.json** is a minimal version of the **data.min.json** file where all line breaks and spaces, as well as default values and empty lists are removed, to save bandwidth. \ No newline at end of file