Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Commit

Permalink
πŸ’„ use nicer template log
Browse files Browse the repository at this point in the history
  • Loading branch information
Yago committed May 2, 2019
1 parent 5774132 commit 16bbcb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/prepare.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const prepare = async (done) => {
docFiles = await dirTree(`${config.project}/docs`);
}

log('Using template');
log.info(`Using template ${config.template}`);

return gulp.src(config.template, { cwd: config.base_template ? '' : config.project })
.pipe($.cheerio(($, file) => {
Expand Down

0 comments on commit 16bbcb7

Please sign in to comment.