Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit a657758

Browse files
author
Markus Falk
committed
[TASK] optimize output
1 parent 70ed113 commit a657758

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ KickstartGenerator = yeoman.generators.Base.extend({
4949
var done = this.async();
5050

5151
// Have Yeoman greet the user.
52-
this.log(yosay('Thank you for choosing Kickstart. Sit back and relax while I setup your project.'));
52+
this.log(yosay('Sit back and relax while I setup your project.'));
5353

5454
var prompts = [
5555
{
@@ -346,6 +346,8 @@ KickstartGenerator = yeoman.generators.Base.extend({
346346
this.installDependencies();
347347

348348
// gems
349+
this.log('Running ' + chalk.yellow.bold('bundle install') + ' for you to install the required dependencies. If this fails, try running the command yourself.');
350+
this.log('\n');
349351
this.spawnCommand('bundle', ['install']);
350352
}
351353

0 commit comments

Comments
 (0)