Closed GeroL closed 8 years ago
@GeroL There is no bower package "polymer-starter-kit".
Ah sorry it's "PolymerElements/polymer-starter-kit"
The problem is that main-bower-files reads .bower.json, bower.json, package.json and composer.json until one file has a main property. In case polymer-starter-kit it uses the last found file which is package.json which has no dependencies.
Test package: polymer-starter-kit It contains no main entry. No dependencies are copied. If I insert an empty main entry manually all dependencies are copied.