Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ builder:
jsdoc:
excludes:
- "some/project/name/thirdparty/**"
cachebuster:
signatureType: time
server:
settings:
port: 8099
Expand Down Expand Up @@ -87,6 +89,8 @@ Some general information:
+ `<virtual path>: <physical path>` (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
Expand Down