@ui5/builder/tasks/generateCachebusterInfo

Methods

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

Description:
  • Task to generate the application cachebuster info file.
Source:
Parameters:
Name Type Description
parameters object Parameters
Properties
Name Type Description
workspace @ui5/fs/DuplexCollection DuplexCollection to read and write files
options object Options
Properties
Name Type Attributes Default Description
projectNamespace string Namespace of the application
signatureType string <optional>
'time' Type of signature to be used ('time' or 'hash')
Returns:
Promise resolving with undefined once data has been written
Type
Promise.<undefined>