From bce9e36212ac30162df0a835902f3035f7b5c6c8 Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Thu, 25 Apr 2019 10:27:55 +0200 Subject: [PATCH] [INTERNAL] Document cachebuster signatureType configuration Got implemented with SAP/ui5-builder#241 --- docs/Configuration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Configuration.md b/docs/Configuration.md index b1a95f8a3..0f53a21a7 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -60,6 +60,8 @@ builder: jsdoc: excludes: - "some/project/name/thirdparty/**" + cachebuster: + signatureType: time server: settings: port: 8099 @@ -87,6 +89,8 @@ Some general information: + `: ` (default `/: ./`): Any virtual path mapping can be defined here. *(Only available for projects of type `module`)* It is recommended that modules include their namespace in the virtual path and use the `/resources` prefix (e.g. `/resources/my/first/library/module-xy`). +- `cachebuster`: + - `signatureType`: `time` or `hash`. By default, the generated cachebuster info file signatures are based on timestamps (`time`). In setups like CI environments, a mechanism based on file hashes (`hash`) might be more reliable. #### builder (optional) - `resources`: General resource configuration for this project