yeoman / generator-polymer

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

bower_components moved to project root #119

Closed dillongreen closed 9 years ago

dillongreen commented 9 years ago

currently yo polymer still creates ../app/bower_components i.e. bower_components inside ../app as opposed to having it in the project root, right next to ../app, ../node_modules etc.

http://yeoman.io/blog/bower_components-in-project-root.html

robdodson commented 9 years ago

ok i'll work on this.

toadkicker commented 9 years ago

@robdodson just did a quick hack on this. Mind checking it with me and if it's good I'll send a PR over.

robdodson commented 9 years ago

I'd say send over the PR, that way it's easy for me to checkout and comment.