yeoman / generator-polymer

Scaffold out a Polymer project
http://polymer-project.org
926 stars 150 forks source link

index.html template should auto fill 'title' #66

Closed trevordmiller closed 9 years ago

trevordmiller commented 10 years ago

Not critical, but a very simple fix that would be nice... The index.html yeoman template could auto fill 'title' in the same way that it the package.json "name" value is filled, rather than being set to Polymer WebApp out of the box. This could be derived from the repo name (possibly using ._.humanize or something...): https://github.com/yeoman/generator-angular/issues/765