Summary
Configures the engine using the specified script.
- Assembly
- Wyam
.Configuration .dll - Namespace
- Wyam
.Configuration - Containing Type
- Configurator
Syntax
public void Configure(string script, FilePath configFilePath = null)
Parameters
| Name | Type | Description |
|---|---|---|
| script | string | The script. |
| configFilePath | FilePath | The path to the config file. This is used for calculating file names and paths for caching files. If it is not supplied, no cache files will be generated. |
Return Value
| Type | Description |
|---|---|
| void |
