|
|
@ -5,7 +5,7 @@ import {buildHubspotJSONFiles, createDistFolder, handlebarsToHubl,} from "./hubs |
|
|
|
|
|
|
|
|
export async function buildHubspotPage(blockName) { |
|
|
export async function buildHubspotPage(blockName) { |
|
|
const {modulesPath, projectPath} = getConfigs(); |
|
|
const {modulesPath, projectPath} = getConfigs(); |
|
|
const distPath = await createDistFolder(blockName); |
|
|
const distPath = await createDistFolder(blockName, projectPath); |
|
|
|
|
|
|
|
|
const srcPath = path.join(projectPath, 'src'); |
|
|
const srcPath = path.join(projectPath, 'src'); |
|
|
|
|
|
|
|
|
|