You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Polymer (all recent versions) has three html files in the "main" section of bower.json. While this doesn't cause any explicit installation errors (e.g. bower's return status code is still 0) it pollutes the output, requiring build processes to explicitly ignore these warnings.
For example, using bower 1.7.9:
bower polymer#=1.5.0 invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .html files: ["polymer.html","polymer-mini.html","polymer-micro.html"]
This issue was also reported elsewhere on similar projects, but note that one user reports "Many Polymer elements do not comply with "single main" guideline (iron-behavior, etc). We use multiple main entries in catalog to display docs for multiple files."
Polymer (all recent versions) has three html files in the "main" section of bower.json. While this doesn't cause any explicit installation errors (e.g. bower's return status code is still 0) it pollutes the output, requiring build processes to explicitly ignore these warnings.
For example, using bower 1.7.9:
This issue was also reported elsewhere on similar projects, but note that one user reports "Many Polymer elements do not comply with "single main" guideline (iron-behavior, etc). We use multiple main entries in catalog to display docs for multiple files."
More information on the bower spec for "main":
Is there a possibility this will be changed to conform to Bower's spec, or do we need to live with this quirk?
The text was updated successfully, but these errors were encountered: