Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

appname should be shared by all generators and should not contain alphanum chars #122

Merged
merged 1 commit into from
Nov 16, 2012
Merged

Conversation

sleeper
Copy link
Contributor

@sleeper sleeper commented Nov 16, 2012

This fixes #121 and yeoman/yeoman#716

// var prj_path = path.basename( process.cwd() );
// return prj_path.replace(/[^\w\s]+?/g, ' ');
// }

Copy link
Member

Choose a reason for hiding this comment

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

?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Geez .. forgot to remove it ;)
Thanks :)

Plus should not conatin any nom alphanum chars
sindresorhus added a commit that referenced this pull request Nov 16, 2012
appname should be shared by all generators and should not contain alphanum chars
@sindresorhus sindresorhus merged commit 9c27318 into yeoman:master Nov 16, 2012
@sindresorhus
Copy link
Member

Thanks man :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong generation of class name
2 participants