Skip to content

Commit

Permalink
set default partials directory to layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Al Briggs committed Jan 22, 2020
1 parent 7280e64 commit 56841ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup/setupContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function parseSiteJson(projectRootFolder: string, configFilePath: string)
uxLibraryConfig.dataFilesPath = projectRootFolder + '/' + uxLibraryConfig.dataFilesPath;
}
if (uxLibraryConfig.partialsPath === undefined) {
uxLibraryConfig.partialsPath = `${projectRootFolder}/src/ux-library/partials`;
uxLibraryConfig.partialsPath = `${projectRootFolder}/src/ux-library/layouts`;
} else {
uxLibraryConfig.partialsPath = projectRootFolder + '/' + uxLibraryConfig.partialsPath;
}
Expand Down

0 comments on commit 56841ba

Please sign in to comment.