Skip to content

Commit

Permalink
refactor: cli message when compiling a template
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed Oct 23, 2020
1 parent c368555 commit 05f234c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const self = module.exports = { // eslint-disable-line
// Only if this file is in one of the build.templates.source paths
if (templates.map(o => o.source).includes(fileSource)) {
const start = new Date()
const spinner = ora('Compiling...').start()
const spinner = ora('Building email...').start()

const destination = getPropValue(templates.filter(v => path.dirname(file).replace(/\\/g, '/').includes(v.source))[0], 'destination.path')
const cssString = fs.existsSync(getPropValue(config, 'build.tailwind.css')) ?
Expand Down

0 comments on commit 05f234c

Please sign in to comment.