Closed ragiragi closed 10 years ago
This is a limitation of bower. It won't install devDependencies of dependencies. It will only install devDependencies at the project level. The short term fix is to add github-ribbon
as a dependency of your project. Unfortunately the longer term fix is to raise an issue with bower.
After running
yo polymer:gh
, webcomponents in the devDependencies are not included.I configure 3rd-party webcomponents(ex. github-ribbon) in bower devDependencies for using it in my documentation page.
$ bower install github-ribbon --save-dev
then when I run polymer generator to seed github-pages, I can't find any dev-deps in the
gh-pages
branch.How can I fix it?