Skip to content

Commit

Permalink
Better color for 4th command
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfmorton committed Jul 27, 2018
1 parent 10144f5 commit 8eb50ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/templates/_gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ export function man() {
log('and creates a zip of these files in', c.red('delivery'), 'directory');
log(c.yellow('gulp archive'), 'takes files from the '+ c.red('dev'), 'directory' + ' plus other important files');
log('and zips them in the', c.red('archive'), 'directory for archival purposes.');
log(c.yellow('gulp ba'), 'is a shortcut to run build and then archive.');
log('BONUS:', c.green('gulp ba'), 'is a shortcut to run build and then archive.');
log('--------------------------');
resolve();
});
Expand Down

0 comments on commit 8eb50ad

Please sign in to comment.