stack

Home > @infiniteobjects/heft-shopify-rig > compileSettingsForTheme

compileSettingsForTheme() function

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>;

Parameters

Parameter Type Description
{ environment, sourcePath, destinationPath, useLocal, devMode, log, } IBuildSettingsOptions  

Returns:

Promise<void>

Remarks

This will look for *.sandbox.json and *.local.json files and use them to override the settings.