Skip to content

Commit fb3b240

Browse files
committed
fix path to new location of styleguide assets index.html
1 parent 241266a commit fb3b240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/lib/ui_builder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ function buildFrontEnd(patternlab) {
409409
//move the index file from its asset location into public root
410410
var patternlabSiteHtml;
411411
try {
412-
patternlabSiteHtml = fs.readFileSync(path.resolve(paths.source.styleguide, 'html', 'index.html'), 'utf8');
412+
patternlabSiteHtml = fs.readFileSync(path.resolve(paths.source.styleguide, 'index.html'), 'utf8');
413413
} catch (error) {
414414
console.log(error);
415415
console.log("\nERROR: Could not load one or more styleguidekit assets from", paths.source.styleguide, '\n');

0 commit comments

Comments
 (0)