Skip to content

chore(gen): update yeoman-generator to ~0.20.3 #1277

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

Merged

Conversation

kingcody
Copy link
Member

@kingcody kingcody commented Sep 9, 2015

No description provided.

@kingcody kingcody added this to the 3.0.0 milestone Sep 9, 2015
@@ -1,6 +1,6 @@
'use strict'

angular.module '<%= scriptAppName %>', [<%= angularModules %>]
angular.module '<%= scriptAppName %>', [<%- angularModules %>]
Copy link
Member

Choose a reason for hiding this comment

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

I don't think I've seen this one before. What does the - do differently from the =?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeoman is now using ejs instead of lodash. By default ejs escapes html characters, such as quotes. The minus sign returns values unescaped.

Copy link
Member

Choose a reason for hiding this comment

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

Good to know, thanks!

Awk34 added a commit that referenced this pull request Sep 9, 2015
chore(gen): update yeoman-generator to `~0.20.3`
@Awk34 Awk34 merged commit 8d45fbd into angular-fullstack:canary Sep 9, 2015
@kingcody kingcody deleted the chore/update-yeoman-generator branch September 12, 2015 08:59
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.

2 participants