Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

feat(gen): add welcome message and dep notice for minsafe #489

Merged
merged 1 commit into from
Dec 8, 2013
Merged

feat(gen): add welcome message and dep notice for minsafe #489

merged 1 commit into from
Dec 8, 2013

Conversation

eddiemonge
Copy link
Member

Adds a Yeoman welcome message. Add a deprecation notice for the minsafe
option.

Closes #452

this.installDependencies({ skipInstall: this.options['skip-install'] });
this.installDependencies({
skipInstall: this.options['skip-install'],
skipMessage: options['skip-install-message']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this meant to be skip-welcome-message?

Either way, I wouldn't be concerned with logging out two helpful messages being annoying to people. And if they are annoyed, I would file it under "Oh, well." That's just my opinion, though. :)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I grabbed that line from webapp. It could probably be left off and it is probably a typo.

Adds a Yeoman welcome message. Add a deprecation notice for the minsafe
option.

Closes #452
@addyosmani
Copy link
Member

LGTM. Thanks Eddie!

addyosmani added a commit that referenced this pull request Dec 8, 2013
feat(gen): add welcome message and dep notice for minsafe
@addyosmani addyosmani merged commit f2d5744 into yeoman:master Dec 8, 2013
@eddiemonge eddiemonge deleted the depminsafe branch December 8, 2013 17:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Proposal: Drop minsafe option and templates
3 participants