Skip to content

@ui5/builder/tasks/generateCachebusterInfo

Methods

(static) default(parameters) → {Promise<undefined>}

Description: Task to generate the application cachebuster info file.

Source: builder/lib/tasks/generateCachebusterInfo.js, line 38

Parameters:
NameTypeDescription
parametersobjectParameters
Properties:
NameTypeDescription
workspace@ui5/fs/DuplexCollectionDuplexCollection to read and write files
optionsobjectOptions
Properties
NameTypeAttributesDefaultDescription
projectNamespacestringNamespace of the application
signatureTypestringoptional'time'Type of signature to be used ('time' or 'hash')
Returns:

Promise resolving with undefined once data has been written

Type: Promise<undefined>