Skip to content

Commit

Permalink
reduced logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Al Briggs committed Jan 29, 2020
1 parent 719b93f commit 0bb4a91
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/uxLibraryGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ export async function startGeneration(projectRootFolder: string, configFilePath:
app.layouts([`${uxLibraryConfig.layoutsPath}/*.hbs`]);
cb();
});
// Add some logging
app.on('preRender', (view) => {
console.info(colors.yellow('Generating ==>'), colors.green(view.relative));
});

// register additional handlebars helpers
const handlebarsEngine = app.engines['.hbs'].Handlebars;
Expand Down

0 comments on commit 0bb4a91

Please sign in to comment.