Closed dillongreen closed 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.
yo polymer
../app/bower_components
bower_components
../app
../node_modules
http://yeoman.io/blog/bower_components-in-project-root.html
ok i'll work on this.
@robdodson just did a quick hack on this. Mind checking it with me and if it's good I'll send a PR over.
I'd say send over the PR, that way it's easy for me to checkout and comment.
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