Home > ember-asset-size-report > ReportGenerator > addPublicFile
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Add asset size data relating to a file within the ./public folder, to the csv container
Signature:
addPublicFile(assetPath: string): Promise<void>;
Parameter | Type | Description |
---|---|---|
assetPath | string |
Returns:
Promise<void>