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
In bower.json only iron-selector.html is specified, but iron-selector.html requires iron-multi-selectable.html, which requires iron-selectable.html, etc.
For this to work with any build tool all required files most be specified.
In bower.json only
iron-selector.html
is specified, butiron-selector.html
requiresiron-multi-selectable.html
, which requiresiron-selectable.html
, etc.For this to work with any build tool all required files most be specified.
If you do
bower list --path
you will get:Expected output
Without specifying all required files, any build tool will not know which files to copy (or add to the pipeline).
The text was updated successfully, but these errors were encountered: