Skip to content

Commit 7a955a4

Browse files
committed
[INTERNAL] Move Cachebuster config documentation to correct section
Feature was implemented with SAP/ui5-builder#241.
1 parent 7fb07b9 commit 7a955a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ Some general information:
8989
+ `<virtual path>: <physical path>` (default `/: ./`): Any virtual path mapping can be defined here.
9090
*(Only available for projects of type `module`)*
9191
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`).
92-
- `cachebuster`:
93-
- `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.
9492

9593
#### builder (optional)
9694
- `resources`: General resource configuration for this project
@@ -104,6 +102,8 @@ Some general information:
104102
- `name` (mandatory): The name of the custom task
105103
- `afterTask` or `beforeTask` (only one, mandatory): The name of the build task after or before which your custom task will be executed.
106104
- `configuration` (optional): Additional configuration that is passed to the custom build task
105+
- `cachebuster`:
106+
- `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.
107107

108108
#### server (optional)
109109
- `settings` (not yet implemented)

0 commit comments

Comments
 (0)