RollupSendFile
This service overwrites the Jimpex default sendFile so it will use the frontendFs service
to reads the file contents.
Constructor Summary
| Public Constructor | ||
| public |
constructor(frontendFs: RollupFrontendFs) Class constructor. |
|
Member Summary
| Public Members | ||
| public |
A local reference for the |
|
Method Summary
| Public Methods | ||
| public |
Send a file on the Jimpex response. |
|
Public Constructors
public constructor(frontendFs: RollupFrontendFs) source
Class constructor.
Params:
| Name | Type | Attribute | Description |
| frontendFs | RollupFrontendFs | To be able to read the file the Rollup output directory. |
