Hawkejs.prototype.createClientFile >= 2.0.0
Purpose
Create a client-file and return the absolute path
Flags
- Server
- This is only available on the server
Syntax
Hawkejs#createClientFile
(
Objectoptions
);
Parameters
options
Return values
String
A promise that resolves to the path of the generated file
Comments