Home > @infiniteobjects/heft-shopify-rig > compileSettingsForTheme
Creates settings for the target theme environment and copies them to the destination
Signature:
export declare function compileSettingsForTheme({ environment, sourcePath, destinationPath, useLocal, devMode, log, }: IBuildSettingsOptions): Promise<void>;
Parameter | Type | Description |
---|---|---|
{ environment, sourcePath, destinationPath, useLocal, devMode, log, } | IBuildSettingsOptions |
Returns:
Promise<void>
This will look for *.sandbox.json
and *.local.json
files and use them to override the settings.